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.
jest/prefer-lowercase-title
1 parent c690912 commit 496c8e2Copy full SHA for 496c8e2
1 file changed
configs/jest.js
@@ -139,7 +139,8 @@ const recommendedConfig = {
139
140
"jest/prefer-jest-mocked": "error",
141
142
- "jest/prefer-lowercase-title": "error",
+ // Allow to use `MyClass` title in describe for class testing
143
+ "jest/prefer-lowercase-title": ["error", { ignore: ["describe"] }],
144
145
"jest/prefer-mock-promise-shorthand": "error",
146
0 commit comments