Skip to content

Commit bc3cb2c

Browse files
committed
Merge branch 'master' of https://github.com/eddyerburgh/vue-jest
2 parents fd58a77 + 7224ef5 commit bc3cb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use source maps, you need to set `mapCoverage` to `true`. A full config will
3030
],
3131
"transform": {
3232
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
33-
".*\\.(vue)$": "<rootDir>/jest-vue.js"
33+
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
3434
},
3535
"mapCoverage": true
3636
}

0 commit comments

Comments
 (0)