Skip to content

Commit

Permalink
feat(eslint): remove jest/require-top-level-describe (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Mar 4, 2024
1 parent 4708031 commit e09a147
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eslint/rules/jest.js
Expand Up @@ -12,11 +12,5 @@ module.exports = {
* 🔧 Fixable - https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-lowercase-title.md
*/
'jest/prefer-lowercase-title': 'warn',
/**
* Require test cases and hooks to be inside a `describe` block.
*
* 🚫 Not fixable - https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-top-level-describe.md
*/
'jest/require-top-level-describe': 'error',
},
};

0 comments on commit e09a147

Please sign in to comment.