We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b312a28 + 3ef2c11 commit 7224ef5Copy full SHA for 7224ef5
README.md
@@ -30,7 +30,7 @@ To use source maps, you need to set `mapCoverage` to `true`. A full config will
30
],
31
"transform": {
32
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
33
- ".*\\.(vue)$": "<rootDir>/jest-vue.js"
+ ".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
34
},
35
"mapCoverage": true
36
}
0 commit comments