Skip to content

Commit

Permalink
test(eslintrc): silence annoying eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jul 1, 2022
1 parent 8f9ed2e commit 3d86d00
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 @@ -99,7 +99,8 @@ module.exports = {
'jest/no-commented-out-tests': 'warn',
'jest/require-hook': 'off',
'jest/no-alias-methods': 'off',
'jest/no-conditional-in-test': 'off'
'jest/no-conditional-in-test': 'off',
'jest/no-conditional-expect': 'off'
}
}
],
Expand Down

0 comments on commit 3d86d00

Please sign in to comment.