Skip to content

Commit

Permalink
fix: removing jest/no-expect-resolves as its handled by `prefer-exp…
Browse files Browse the repository at this point in the history
…ect-resolves` now
  • Loading branch information
erunion committed Oct 4, 2021
1 parent 88a1875 commit 0a23416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
'jest/no-deprecated-functions': 'off',
'jest/no-disabled-tests': 'off',
'jest/no-duplicate-hooks': 'warn',
'jest/no-expect-resolves': 'warn',
'jest/no-truthy-falsy': 'error',
'jest/no-if': 'error',
'jest/prefer-expect-resolves': 'warn',
Expand Down

0 comments on commit 0a23416

Please sign in to comment.