Skip to content

Commit 7224ef5

Browse files
authored
Merge pull request #1 from mekhami/patch-1
Update README.md
2 parents b312a28 + 3ef2c11 commit 7224ef5

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)