Skip to content

Commit

Permalink
test: skip coverage when running tests for one file
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Dec 11, 2018
1 parent 6e46004 commit afe5293
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 @@ -23,7 +23,7 @@
"styleguide:build": "styleguidist build",
"test": "jest package/src",
"test:watch": "jest --watch package/src",
"test:file": "jest --no-cache --watch",
"test:file": "jest --no-cache --watch --coverage=false",
"snyk-protect": "snyk protect"
},
"babel": {
Expand Down

0 comments on commit afe5293

Please sign in to comment.