diff --git a/testing.js b/testing.js index cabd7dbc..1a1b5ad6 100644 --- a/testing.js +++ b/testing.js @@ -7,7 +7,7 @@ module.exports = { rules: { 'jest/consistent-test-it': 'warn', 'jest/expect-expect': 'error', - 'jest/no-deprecated-functions': 'error', + 'jest/no-deprecated-functions': 'off', 'jest/no-disabled-tests': 'off', 'jest/no-duplicate-hooks': 'warn', 'jest/no-expect-resolves': 'warn',