Skip to content

Commit

Permalink
refactor(eslintrc): remove jest/max-expects
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jul 27, 2022
1 parent 222e1c2 commit bbf140b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ module.exports = {
'jest/require-hook': 'off',
'jest/no-alias-methods': 'off',
'jest/no-conditional-in-test': 'off',
'jest/no-conditional-expect': 'off'
'jest/no-conditional-expect': 'off',
'jest/max-expects': 'off'
}
}
],
Expand Down

0 comments on commit bbf140b

Please sign in to comment.