Browse Source

Temporarily turn off jest/expect-expect lint errors

We turn them off temporarily since we have so many.
Jason Grout 5 years ago
parent
commit
459c6e88b4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .eslintrc.js

+ 2 - 1
.eslintrc.js

@@ -47,7 +47,8 @@ module.exports = {
     'prefer-const': 'off',
     'jest/no-jest-import': 'off',
     'jest/no-export': 'warn',
-    'jest/no-try-expect': 'warn'
+    'jest/no-try-expect': 'warn',
+    'jest/expect-expect': 'off'
   },
   settings: {
     react: {