Skip to content

Commit 0a23416

Browse files
committed
fix: removing jest/no-expect-resolves as its handled by prefer-expect-resolves now
1 parent 88a1875 commit 0a23416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module.exports = {
1919
'jest/no-deprecated-functions': 'off',
2020
'jest/no-disabled-tests': 'off',
2121
'jest/no-duplicate-hooks': 'warn',
22-
'jest/no-expect-resolves': 'warn',
2322
'jest/no-truthy-falsy': 'error',
2423
'jest/no-if': 'error',
2524
'jest/prefer-expect-resolves': 'warn',

0 commit comments

Comments
 (0)