Skip to content

Commit

Permalink
fix(tests): exclude tests from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Mar 16, 2018
1 parent 7f4ce6f commit 288ccaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"scripts": {
"bootstrap": "lerna bootstrap --hoist tap --hoist eslin* --hoist husky --hoist prettier --hoist pretty-quick",
"test": "tap packages/core/test/*_tests.js --reporter spec --coverage"
},
"nyc": {
"exclude": [
"**/*_tests.js"
]
}
}

0 comments on commit 288ccaa

Please sign in to comment.