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.
150
150
| [ valid-describe] [ ] | Enforce valid ` describe() ` callback | ![ recommended] [ ] | |
151
151
| [ valid-expect-in-promise] [ ] | Enforce having return statement when testing with promises | ![ recommended] [ ] | |
152
152
| [ valid-expect] [ ] | Enforce valid ` expect() ` usage | ![ recommended] [ ] | |
153
+ | [ valid-title] [ ] | Disallow invalid ` describe ` /` test ` titles | | |
153
154
154
155
## Credit
155
156
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 )
2
2
3
3
A describe/ test block should not contain accidentalSpace or duplicatePrefix.
4
4
You can’t perform that action at this time.
0 commit comments