padding-around-test-blocks
Added in v0.9.2Configuration
rslint.config.ts
Rule Details
Require a blank line before and after Jest test statements, including test, it, fit, xit, and xtest. No trailing blank line is required when the test is the last statement in its scope.
Incorrect
Correct
Autofix
The rule inserts missing blank lines before and after test statements.