Skip to content

Commit 410a3e7

Browse files
committed
Merge branch 'master' of github.com:Jaid/jsdoc-tsd-webpack-plugin
2 parents 666ecba + 1c46b94 commit 410a3e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ module.exports = {
2222
"^src": "<rootDir>/src",
2323
"^lib": "<rootDir>/src/lib",
2424
},
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,
2528
}

0 commit comments

Comments
 (0)