Skip to content

Commit

Permalink
fix: require-to-throw-message was misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 27, 2019
1 parent c4ddd3b commit c6d3e60
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 @@ -13,7 +13,7 @@ module.exports = {
'jest/no-if': 'error',
'jest/prefer-hooks-on-top': 'warn',
'jest/prefer-strict-equal': 'error',
'jest/require-tothrow-message': 'error',
'jest/require-to-throw-message': 'error',
'jest/valid-describe': 'error',
'jest/valid-title': 'warn',

Expand Down

0 comments on commit c6d3e60

Please sign in to comment.