Skip to content

Commit

Permalink
Provide coverage data by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristofer Selbekk committed Apr 27, 2017
1 parent c8cae0d commit a9ac694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "JavaScript general use string formatters",
"main": "src/index.js",
"scripts": {
"test": "jest",
"test": "jest --coverage",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
"test:nocoverage": "jest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a9ac694

Please sign in to comment.