File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ installations requiring long-term consistency.
150150| [ valid-describe] [ ] | Enforce valid ` describe() ` callback | ![ recommended] [ ] | |
151151| [ valid-expect-in-promise] [ ] | Enforce having return statement when testing with promises | ![ recommended] [ ] | |
152152| [ valid-expect] [ ] | Enforce valid ` expect() ` usage | ![ recommended] [ ] | |
153+ | [ valid-title] [ ] | Disallow invalid ` describe ` /` test ` titles | | |
153154
154155## Credit
155156
Original file line number Diff line number Diff line change 1- # Disallow duplicate setup and teardown hooks (no-duplicate-hooks )
1+ # describe/test titles should be valid (valid-title )
22
33A describe/ test block should not contain accidentalSpace or duplicatePrefix.
44
You can’t perform that action at this time.
0 commit comments