Skip to content

Commit 3c67b77

Browse files
jarrodldavisLinusBorg
authored andcommitted
fix(jest): fix Jest coverage directory (#1046)
Explicitly set the coverage directory to match Karma and .gitignore
1 parent 3d0ab09 commit 3c67b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
},
128128
"setupFiles": ["<rootDir>/test/unit/setup"],
129129
"mapCoverage": true,
130+
"coverageDirectory": "<rootDir>/test/unit/coverage",
130131
"collectCoverageFrom" : [
131132
"src/**/*.{js,vue}",
132133
"!src/main.js",

0 commit comments

Comments
 (0)