Added integration with scrutinizer

This commit is contained in:
Alejandro Celaya
2018-08-22 10:44:24 +02:00
parent 9b063a4616
commit c092f290ec
5 changed files with 29 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
"jest": "20.0.4",
"node-sass": "^4.9.0",
"object-assign": "4.1.1",
"ocular.js": "^0.1.0",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"raf": "3.4.0",
@@ -85,6 +86,13 @@
"whatwg-fetch": "2.0.3"
},
"jest": {
"coverageReporters": [
"text",
"text-summary",
"clover",
"html"
],
"coverageDirectory": "<rootDir>/coverage",
"collectCoverageFrom": [
"src/**/*.{js,jsx,mjs}"
],