Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eddyerburgh/vue-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Sep 6, 2017
2 parents fd58a77 + 7224ef5 commit bc3cb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use source maps, you need to set `mapCoverage` to `true`. A full config will
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/jest-vue.js"
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
},
"mapCoverage": true
}
Expand Down

0 comments on commit bc3cb2c

Please sign in to comment.