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
One example implementation at https://www.npmjs.com/package/eslint-plugin-no-only-tests. Ideally we would want this to run only in CI, no need to prevent PRs from containing such code BEFORE being merged. While most occurrences should be caught by coverage thresholds, better safe than sorry.
One example implementation at https://www.npmjs.com/package/eslint-plugin-no-only-tests. Ideally we would want this to run only in CI, no need to prevent PRs from containing such code BEFORE being merged. While most occurrences should be caught by coverage thresholds, better safe than sorry.
See also:
.only
is found in tests. cypress-io/eslint-plugin-cypress#28it.only()
ordescribe.only()
should fail lint vercel/style-guide#9The text was updated successfully, but these errors were encountered: