Skip to content

issue #46: automated tests #30

issue #46: automated tests

issue #46: automated tests #30

Triggered via push December 1, 2023 22:43
Status Failure
Total duration 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-deploy
37s
build-and-deploy
lint-test  /  lint-test
23s
lint-test / lint-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 4 warnings
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L8
Functions that return promises must be async
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L24
Missing return type on function
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L46
`container` is not a recommended name for `render` returned value. Instead, you should destructure it, or name it using one of: `view`, or `utils`
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L55
`container` is not a recommended name for `render` returned value. Instead, you should destructure it, or name it using one of: `view`, or `utils`
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L66
Avoid using multiple assertions within `waitFor` callback
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L67
Avoid using multiple assertions within `waitFor` callback
lint-test / lint-test: src/components/debug_panel/DebugPanel.test.tsx#L74
`container` is not a recommended name for `render` returned value. Instead, you should destructure it, or name it using one of: `view`, or `utils`
lint-test / lint-test
Process completed with exit code 1.
build-and-deploy
Process completed with exit code 1.
lint-test / lint-test: src/components/debug_panel/DebugPanel.tsx#L57
The element input has an implicit role of radio. Defining this explicitly is redundant and should be avoided
lint-test / lint-test: src/components/debug_panel/DebugPanel.tsx#L69
The element input has an implicit role of radio. Defining this explicitly is redundant and should be avoided
lint-test / lint-test: src/components/debug_panel/DebugPanel.tsx#L81
The element input has an implicit role of radio. Defining this explicitly is redundant and should be avoided
lint-test / lint-test: src/pages/home/Home.tsx#L45
React Hook useEffect has a missing dependency: 'setAlertMessage'. Either include it or remove the dependency array