mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-19 04:56:17 +00:00
Added integration with scrutinizer
This commit is contained in:
@@ -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}"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user