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 @@ -217,6 +217,7 @@ exports[`rules should export configs that refer to actual rules 1`] = `
217217 " jest/no-mocks-import" : " error" ,
218218 " jest/no-standalone-expect" : " error" ,
219219 " jest/no-test-prefixes" : " error" ,
220+ " jest/no-unneeded-async-expect-function" : " error" ,
220221 " jest/valid-describe-callback" : " error" ,
221222 " jest/valid-expect" : " error" ,
222223 " jest/valid-expect-in-promise" : " error" ,
@@ -280,6 +281,7 @@ exports[`rules should export configs that refer to actual rules 1`] = `
280281 " jest/no-mocks-import" : " error" ,
281282 " jest/no-standalone-expect" : " error" ,
282283 " jest/no-test-prefixes" : " error" ,
284+ " jest/no-unneeded-async-expect-function" : " error" ,
283285 " jest/valid-describe-callback" : " error" ,
284286 " jest/valid-expect" : " error" ,
285287 " jest/valid-expect-in-promise" : " error" ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const recommendedRules = {
4646 'jest/no-mocks-import' : 'error' ,
4747 'jest/no-standalone-expect' : 'error' ,
4848 'jest/no-test-prefixes' : 'error' ,
49+ 'jest/no-unneeded-async-expect-function' : 'error' ,
4950 'jest/valid-describe-callback' : 'error' ,
5051 'jest/valid-expect' : 'error' ,
5152 'jest/valid-expect-in-promise' : 'error' ,
You can’t perform that action at this time.
0 commit comments