prefer-each
Added in v0.6.0Configuration
rslint.config.ts
Rule Details
Prefer .each over wrapping describe/test/it in native for loops, for
clearer output and easier filtering. Loops inside a test function are ignored.
Examples of incorrect code for this rule:
Examples of correct code for this rule: