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.
2 parents f76ada3 + 8bb32ec commit 1c46b94Copy full SHA for 1c46b94
jest.config.js
@@ -22,4 +22,7 @@ module.exports = {
22
"^src": "<rootDir>/src",
23
"^lib": "<rootDir>/src/lib",
24
},
25
+ // This is only false by default if there are multiple test files, so we have to force this to be false
26
+ // https://jestjs.io/docs/configuration#verbose-boolean
27
+ verbose: false,
28
}
0 commit comments