no-disabled-tests
Added in v0.7.3Configuration
rslint.config.ts
Rule Details
Disallows skipped tests and registrations without a callback. Disabled tests hide coverage gaps and make the suite's real status less clear.
test.todo and runtime control flow such as context.skip() are allowed. The rule recognizes Rstest globals, imports, aliases, and parameterized or fixture-based registrations.