Skip to content

Commit

Permalink
chore(nyc): fix coverage - add missing src/**/*.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Sep 10, 2018
1 parent 0bf8958 commit f965ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"nyc": {
"include": [
"build/*-test.js"
"build/*-test.js",
"src/**/*.js"
],
"reporter": [
"lcov"
Expand Down

0 comments on commit f965ec1

Please sign in to comment.