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-console
1 parent 7e04e55 commit ab1798fCopy full SHA for ab1798f
1 file changed
configs/jest.js
@@ -209,6 +209,9 @@ async function getJestRecommendedConfig() {
209
// In tests, we can have any names
210
camelcase: "off",
211
212
+ // Allow to output information in tests
213
+ "no-console": "off",
214
+
215
// Doesn't require jsdoc for tests, they are either redundant or we have a separate task for checking types of tests
216
"jsdoc/require-jsdoc": "off",
217
},
0 commit comments