Skip to content

Commit

Permalink
build(CI): disable Jest verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 8, 2021
1 parent 15cc761 commit 1a86f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"serve": "gatsby serve",
"start": "concurrently \"npm:develop\" \"npm:test:watch\"",
"test": "jest -o",
"test:all": "jest --verbose",
"test:all": "jest",
"test:badge": "node scripts/generateJestCoverageBadge.js",
"test:watch": "jest --watch"
},
Expand Down

0 comments on commit 1a86f8e

Please sign in to comment.