Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
set 'jest/require-tothrow-message' to 'off'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Dec 8, 2018
1 parent 912d4b0 commit b10579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'jest/prefer-to-be-undefined': 'error',
'jest/prefer-to-contain': 'error',
'jest/prefer-to-have-length': 'error',
'jest/require-tothrow-message': 'error',
'jest/require-tothrow-message': 'off',
'jest/valid-describe': 'error',
'jest/valid-expect': 'error',
'jest/valid-expect-in-promise': 'error'
Expand Down

0 comments on commit b10579a

Please sign in to comment.