diff --git a/.eslintrc.js b/.eslintrc.js index 0a4942a..c9dabbe 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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' } } ],