Skip to content

Commit

Permalink
restore collectCoverageFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ursino committed Oct 5, 2017
1 parent 3fc30dd commit 0c507a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"flow": "node_modules/flow-bin/cli.js",
"test:watch": "jest --bail --verbose --watchAll",
"test": "jest --bail --ci",
"test": "jest --bail --ci --coverage",
"prettier:diff": "prettier --list-different '**/*.js'",
"lint": "eslint . && npm run prettier:diff"
},
Expand Down

0 comments on commit 0c507a9

Please sign in to comment.