no-focused-tests
Configuration
rslint.config.ts
Rule Details
Disallow focused Jest tests and suites. This rule reports usages like .only and focused aliases such as fdescribe / fit, because they cause only part of the test suite to run and can accidentally hide failing tests in CI or local verification.
Examples of incorrect code for this rule:
Examples of correct code for this rule: