Skip to content

add tests

add tests #14

Triggered via push September 9, 2024 16:51
Status Failure
Total duration 39s
Artifacts

linter.yml

on: push
Matrix: Linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Linter (ubuntu-latest, 20): src/app/(tabs)/settings.tsx#L91
Unexpected console statement
Linter (ubuntu-latest, 20): src/app/_layout.tsx#L1
'DarkTheme' is defined but never used
Linter (ubuntu-latest, 20): src/app/index.tsx#L71
Unexpected console statement
Linter (ubuntu-latest, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Linter (ubuntu-latest, 20): src/app/_layout.tsx#L1
'DarkTheme' is defined but never used
Linter (ubuntu-latest, 20): src/app/index.tsx#L84
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Linter (ubuntu-latest, 20): src/components/input/__tests__/DropDown.test.tsx#L4
'screen' is defined but never used
Linter (ubuntu-latest, 20): src/components/input/__tests__/LanguageSwitcher.test.tsx#L5
'useTranslation' is defined but never used
Linter (ubuntu-latest, 20): src/components/input/__tests__/SettingsDropDown.test.tsx#L31
'queryByRole' is assigned a value but never used