We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require-to-throw-message
1 parent 5089664 commit 013bd08Copy full SHA for 013bd08
configurations/jest/rules/jest.js
@@ -184,7 +184,7 @@ module.exports = {
184
185
// Require a message for `toThrow()`
186
// https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-to-throw-message.md
187
- 'jest/require-to-throw-message': 'error',
+ 'jest/require-to-throw-message': 'off',
188
189
// Require test cases and hooks to be inside a `describe` block
190
// https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-top-level-describe.md
0 commit comments