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