You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
$ eslint ./test --ext .js
./test/sample.test.js
11:3 error Test is used multiple timesin the same describe block vitest/no-identical-title
16:3 error Prefer using it instead of test within describe vitest/consistent-test-it
22:1 error All test cases must be wrapped in a describe block vitest/require-top-level-describe
✖ 3 problems (3 errors, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.
error Command failed with exit code 1.