Updated code coverage files

This commit is contained in:
Klemek
2019-06-22 10:17:04 +02:00
parent f760c4e0d3
commit d343179764
+9 -1
View File
@@ -37,5 +37,13 @@
"bugs": {
"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"
]
}
}