Skip to content

Commit

Permalink
Merge pull request #11 from labbit-fec/Jest-Custom-Reporter
Browse files Browse the repository at this point in the history
Jest test display summary results at bottom
  • Loading branch information
jonhirak authored Nov 2, 2021
2 parents 79f6a2a + 02a45cd commit cfadce3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 16,586 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ module.exports = {
// "lcov",
// "clover"
// ],
"reporters": [
"default",
["jest-summary-reporter", {"failuresOnly": false}]
],

// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,
Expand Down
Loading

0 comments on commit cfadce3

Please sign in to comment.