Skip to content

Commit

Permalink
fix: disabling jest/no-deprecated-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 2, 2020
1 parent 0d6f8cc commit a198df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a198df0

Please sign in to comment.