issue #46: automated tests #30
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
gh-pages-deployment.yml
on: push
build-and-deploy
37s
lint-test
/
lint-test
23s
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
|