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 Mar 18, 2022. It is now read-only.
$ eslint ./test --ext .js
./test/sample.js
11:6 error Test title is used multiple timesin the same describe block jest/no-identical-title
16:3 error Prefer using 'it' instead of 'test' within describe jest/consistent-test-it
22:1 error All test cases must be wrapped in a describe block jest/require-top-level-describe
✖ 3 problems (3 errors, 0 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.