Skip to content

Commit

Permalink
autofix: jest.config.js should have md5 46414866323843a90c5a3032140a9f7d
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 23, 2021
1 parent 655fadf commit a167af8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ module.exports = {
"^src": "<rootDir>/src",
"^lib": "<rootDir>/src/lib",
},
// This is only false by default if there are multiple test files, so we have to force this to be false
// https://jestjs.io/docs/configuration#verbose-boolean
verbose: false,
}

0 comments on commit a167af8

Please sign in to comment.