Skip to content

Commit 6d3a451

Browse files
committed
autofix: jest.config.js should have md5 46414866323843a90c5a3032140a9f7d
1 parent a290a79 commit 6d3a451

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)