File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ describe('foo', () => {
175175interface Options {
176176 ignoreSpaces? : boolean ;
177177 ignoreTypeOfDescribeName? : boolean ;
178+ ignoreTypeOfTestName? : boolean ;
178179 disallowedWords? : string [];
179180 mustNotMatch? : Partial <Record <' describe' | ' test' | ' it' , string >> | string ;
180181 mustMatch? : Partial <Record <' describe' | ' test' | ' it' , string >> | string ;
@@ -187,12 +188,12 @@ Default: `false`
187188
188189When enabled, the leading and trailing spaces won't be checked.
189190
190- #### ` ignoreTypeOfDescribeName `
191+ #### ` ignoreTypeOfDescribeName ` & ` ignoreTypeOfTestName `
191192
192193Default: ` false `
193194
194- When enabled, the type of the first argument to ` describe ` blocks won't be
195- checked.
195+ When enabled, the type of the first argument to ` describe ` / ` test ` blocks won't
196+ be checked.
196197
197198#### ` disallowedWords `
198199
You can’t perform that action at this time.
0 commit comments