Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: only include src in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Jul 5, 2019
1 parent 594e049 commit 39f4ffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -54,6 +54,9 @@
"nyc": {
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
]
},
"ava": {
Expand Down

0 comments on commit 39f4ffc

Please sign in to comment.