We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jest/no-expect-resolves
prefer-expect-resolves
1 parent 88a1875 commit 0a23416Copy full SHA for 0a23416
testing.js
@@ -19,7 +19,6 @@ module.exports = {
19
'jest/no-deprecated-functions': 'off',
20
'jest/no-disabled-tests': 'off',
21
'jest/no-duplicate-hooks': 'warn',
22
- 'jest/no-expect-resolves': 'warn',
23
'jest/no-truthy-falsy': 'error',
24
'jest/no-if': 'error',
25
'jest/prefer-expect-resolves': 'warn',
0 commit comments