chore: Add extra unit test for coverage #742
Annotations
4 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/code-editor/__integ__/code-editor.test.ts#L245
expect(received).resolves.toEqual(expected) // deep equality
Expected: 265
Received: 240
at Object.toEqual (node_modules/expect/build/index.js:194:22)
at src/code-editor/__integ__/code-editor.test.ts:245:79
at src/code-editor/__integ__/code-editor.test.ts:93: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#L23
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
at src/table/__integ__/keyboard-scroll.test.ts:23:18
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:28:13)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading