chore: run npm audit fix #280
Annotations
13 warnings
|
Integration tests:
src/table/__integ__/resizable-columns.test.ts#L349
expect(received).toEqual(expected) // deep equality
Expected: 130
Received: 230
at src/table/__integ__/resizable-columns.test.ts:349:22
at src/table/__integ__/resizable-columns.test.ts:151:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Integration tests:
src/button-dropdown/__integ__/performance-marks.test.ts#L34
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at src/button-dropdown/__integ__/performance-marks.test.ts:34:21
at src/button-dropdown/__integ__/performance-marks.test.ts:24:5
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Integration tests:
src/table/__integ__/table.test.ts#L44
javascript error: WebDriverError: javascript error: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
(Session info: chrome=144.0.7559.96) when running "execute/sync" with method "POST" and args "(selector) => {
const el = document.querySelector(selector);
const { marginBottom, height } = getComputedStyle(el);
return parseInt(height) + parseInt(marginBottom);
}"
at FetchRequest._request (node_modules/webdriver/build/node.js:1963:19)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23)
at Browser.wrapCommandFn (node_modules/@wdio/utils/build/index.js:922:23)
at src/table/__integ__/table.test.ts:44:26
at Object.<anonymous> (node_modules/@cloudscape-design/browser-test-tools/use-browser.js:36:13)
|
|
Build components package
Tests should not be skipped
|
|
Build components package
Unexpected 'todo' comment: 'todo - investigate why resize observer...'
|
|
Build components package
Unexpected 'todo' comment: 'todo: resolve split panel positioning...'
|
|
Build components package
Unexpected 'todo' comment: 'TODO: Pretty-print original JSX,...'
|
|
Build components package
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package
JSX element uses aria-live property. Prefer using LiveRegion component instead
|
|
Build components package
Unexpected 'todo' comment: 'TODO: Replace this with Select'
|
|
Build components package
Unexpected 'todo' comment: 'TODO: uncomment when we add...'
|
Loading