chore: Refactor to publish to lib folder #54
Annotations
3 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests:
src/table/__integ__/resizable-columns.test.ts#L252
expect(received).toBeGreaterThan(expected)
Expected: > 659
Received: 659
at src/table/__integ__/resizable-columns.test.ts:252:31
at src/table/__integ__/resizable-columns.test.ts:158:7
at src/table/__integ__/resizable-columns.test.ts:146:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:28:13)
|
Integration tests:
src/table/__integ__/keyboard-scroll.test.ts#L28
expect(received).toBeLessThan(expected)
Expected: < 39
Received: 40
at src/table/__integ__/keyboard-scroll.test.ts:28:23
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:28:13)
|
Loading