Commit 8bd8cf0d authored by Reza Sahebgharan's avatar Reza Sahebgharan

set false for jest coverage

parent 8339604a
......@@ -92,7 +92,7 @@
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
},
"collectCoverage": true,
"collectCoverage": false,
"collectCoverageFrom": [
"**/*.{js,vue}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment