Set correct include patterns for code-coverage
This commit is contained in:
parent
2abef9dbaa
commit
69e914baeb
@ -45,6 +45,10 @@
|
||||
"watch": "babel src --out-dir lib --watch"
|
||||
},
|
||||
"nyc": {
|
||||
"include": [
|
||||
"src/*.js",
|
||||
"bin/*.js"
|
||||
],
|
||||
"sourceMap": false,
|
||||
"instrument": false
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user