Build, lint and test #1063
Annotations
2 errors and 21 warnings
test/functional/board-layout/layout.test.ts#L374
AssertionError: expected [ [ 'A', 'A', 'B', ' ' ], …(1) ] to deeply equal [ [ 'B', 'A', 'A', ' ' ], …(1) ]
- Expected
+ Received
Array [
Array [
- "B",
"A",
"A",
+ "B",
" ",
],
Array [
- "B",
"A",
"A",
+ "B",
" ",
],
]
❯ test/functional/board-layout/layout.test.ts:374:7
❯ test/utils.ts:23:5
❯ node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pages/canvas/layouts.page.tsx#L13
Unexpected any. Specify a different type
|
pages/canvas/layouts.page.tsx#L20
Unexpected any. Specify a different type
|
pages/canvas/layouts.page.tsx#L32
Unexpected any. Specify a different type
|
scripts/docs.js#L3
Run autofix to sort these imports!
|
scripts/package-json.js#L3
Run autofix to sort these imports!
|
scripts/test-utils.js#L3
Run autofix to sort these imports!
|
scripts/themeable-source.js#L3
Run autofix to sort these imports!
|
scripts/utils.js#L3
Run autofix to sort these imports!
|
src/__tests__/base-props-support.test.tsx#L25
Prop "id" is forbidden on Components
|
src/__tests__/base-props-support.test.tsx#L30
Prop "className" is forbidden on Components
|
pages/canvas/layouts.page.tsx#L13
Unexpected any. Specify a different type
|
pages/canvas/layouts.page.tsx#L20
Unexpected any. Specify a different type
|
pages/canvas/layouts.page.tsx#L32
Unexpected any. Specify a different type
|
scripts/docs.js#L3
Run autofix to sort these imports!
|
scripts/package-json.js#L3
Run autofix to sort these imports!
|
scripts/test-utils.js#L3
Run autofix to sort these imports!
|
scripts/themeable-source.js#L3
Run autofix to sort these imports!
|
scripts/utils.js#L3
Run autofix to sort these imports!
|
src/__tests__/base-props-support.test.tsx#L25
Prop "id" is forbidden on Components
|
src/__tests__/base-props-support.test.tsx#L30
Prop "className" is forbidden on Components
|
This job failed
Loading