Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit e09a147

Browse files
authoredMar 4, 2024··
feat(eslint): remove jest/require-top-level-describe (#93)
1 parent 4708031 commit e09a147

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎eslint/rules/jest.js

-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,5 @@ module.exports = {
1212
* 🔧 Fixable - https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-lowercase-title.md
1313
*/
1414
'jest/prefer-lowercase-title': 'warn',
15-
/**
16-
* Require test cases and hooks to be inside a `describe` block.
17-
*
18-
* 🚫 Not fixable - https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-top-level-describe.md
19-
*/
20-
'jest/require-top-level-describe': 'error',
2115
},
2216
};

0 commit comments

Comments
 (0)
This repository has been archived.