Skip to content

Commit

Permalink
fix(eslint-plugin-experience): add jest/prefer-expect-resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 10, 2023
1 parent b7e9dde commit 0d763fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/eslint-plugin-experience/configs/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'jest/prefer-hooks-on-top': 'off',
'jest/require-to-throw-message': 'off',
'jest/max-nested-describe': 'off',
'jest/prefer-expect-resolves': 'off',
},
},
],
Expand Down

0 comments on commit 0d763fa

Please sign in to comment.