Updated code coverage files
This commit is contained in:
+9
-1
@@ -37,5 +37,13 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/klemek/gitblog.md/issues"
|
"url": "https://github.com/klemek/gitblog.md/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/klemek/gitblog.md#readme"
|
"homepage": "https://github.com/klemek/gitblog.md#readme",
|
||||||
|
"jest": {
|
||||||
|
"collectCoverageFrom": [
|
||||||
|
"src/**/*.js",
|
||||||
|
"!/node_modules/",
|
||||||
|
"!src/server.js",
|
||||||
|
"!src/postinstall.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user