File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ exports[`rules should export configs that refer to actual rules 1`] = `
253253 " jest/prefer-to-be" : " error" ,
254254 " jest/prefer-to-contain" : " error" ,
255255 " jest/prefer-to-have-been-called" : " error" ,
256+ " jest/prefer-to-have-been-called-times" : " error" ,
256257 " jest/prefer-to-have-length" : " error" ,
257258 } ,
258259 },
@@ -296,6 +297,7 @@ exports[`rules should export configs that refer to actual rules 1`] = `
296297 " jest/prefer-to-be" : " error" ,
297298 " jest/prefer-to-contain" : " error" ,
298299 " jest/prefer-to-have-been-called" : " error" ,
300+ " jest/prefer-to-have-been-called-times" : " error" ,
299301 " jest/prefer-to-have-length" : " error" ,
300302 },
301303 } ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ const styleRules = {
5757 'jest/prefer-to-contain' : 'error' ,
5858 'jest/prefer-to-have-length' : 'error' ,
5959 'jest/prefer-to-have-been-called' : 'error' ,
60+ 'jest/prefer-to-have-been-called-times' : 'error' ,
6061} satisfies Record < string , TSESLint . Linter . RuleLevel > ;
6162
6263const allRules = Object . fromEntries < TSESLint . Linter . RuleLevel > (
You can’t perform that action at this time.
0 commit comments