Adds more info to jest coverage
This commit is contained in:
11
package.json
11
package.json
@@ -10,6 +10,9 @@
|
||||
"name": "Deepak Mallubhotla"
|
||||
},
|
||||
"jest": {
|
||||
"setupFiles": [
|
||||
"<rootDir>/jest/setEnvVars.js"
|
||||
],
|
||||
"reporters": [
|
||||
"default",
|
||||
"jest-junit"
|
||||
@@ -17,7 +20,13 @@
|
||||
"coverageReporters": [
|
||||
"text",
|
||||
"cobertura"
|
||||
]
|
||||
],
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"<rootDir>/src/**/*.jsx",
|
||||
"!<rootDir>/src/**/*.test.jsx"
|
||||
],
|
||||
"coverageProvider": "babel"
|
||||
},
|
||||
"private": "true",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user