File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22node_modules
33package-lock.json
44/dist
5+ /coverage
56
67/tests /e2e /reports /
78selenium-debug.log
Original file line number Diff line number Diff line change 11## [ vue] ( ./README.md ) version ` changelog `
22
3+ ##### ` v2.0.0-next `
4+ - test(unit): add test for User.vue
5+ - test: add jest config for coverage
6+
37##### ` v2.0.0-rc.0 `
48- test(unit): add some views testing
59- test(e2e): add testing for mobile ` sidebar-show `
Original file line number Diff line number Diff line change @@ -21,5 +21,11 @@ module.exports = {
2121 '<rootDir>/tests/unit/Dashboard.spec.js'
2222 ] ,
2323 verbose : true ,
24- testURL : "http://localhost/"
24+ testURL : "http://localhost/" ,
25+ collectCoverage : true ,
26+ collectCoverageFrom : [
27+ "src/**/*.{js,vue}" ,
28+ "!**/node_modules/**"
29+ ] ,
30+ coverageReporters : [ "html" , "text-summary" ]
2531}
You can’t perform that action at this time.
0 commit comments