no-identical-title
Added in v0.7.3Configuration
rslint.config.ts
Rule Details
Disallow the same static title for two tests or two describe blocks in the
same scope.
Examples of incorrect code:
Examples of correct code:
Test titles and describe titles are tracked separately. Dynamic titles are
ignored. Parameterized .each and .for registration titles are also ignored
because Rstest expands them at runtime.