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.
no-control-regex
1 parent d52fe30 commit 71b3d96Copy full SHA for 71b3d96
1 file changed
configs/jest.js
@@ -206,6 +206,9 @@ async function getJestRecommendedConfig() {
206
// Allow to output information in tests
207
"no-console": "off",
208
209
+ // Allow to have any regexps in tests, useful to clean up/etc
210
+ "no-control-regex": "off",
211
+
212
// Doesn't require jsdoc for tests, they are either redundant or we have a separate task for checking types of tests
213
"jsdoc/require-jsdoc": "off",
214
},
0 commit comments