Skip to content

Commit

Permalink
ensure we only gather line coverage for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Mar 2, 2019
1 parent bf4908e commit ab9bfc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"collectCoverageFrom": [
"src/**/*.js"
],
"coverageDirectory": "./coverage/",
"collectCoverage": true
"coverageDirectory": "./coverage/"
}
}

0 comments on commit ab9bfc1

Please sign in to comment.