File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
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 ;
@@ -194,6 +195,13 @@ Default: `false`
194195When enabled, the type of the first argument to ` describe ` blocks won't be
195196checked.
196197
198+ #### ` ignoreTypeOfTestName `
199+
200+ Default: ` false `
201+
202+ When enabled, the type of the first argument to ` it ` blocks won't be
203+ checked.
204+
197205#### ` disallowedWords `
198206
199207Default: ` [] `
You can’t perform that action at this time.
0 commit comments