jest/no-identical-title
Configuration
rslint.config.ts
Rule Details
Disallow the same title for two tests or two describe blocks in the same scope. Only static first arguments count (plain strings / simple templates); dynamic titles and *.each calls are ignored.
Examples of incorrect code for this rule:
Examples of correct code for this rule: