Skip to content

Commit 4753be7

Browse files
Alex-Sokoloveddyerburgh
authored andcommitted
docs: update testing-SFCs-with-jest.md (#196)
1 parent b5e3ac2 commit 4753be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/guides/testing-SFCs-with-jest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Next, create a `jest` block in `package.json`:
4646
"vue"
4747
],
4848
"transform": {
49-
// process `*.vue` files with `jest-vue`
50-
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
49+
// process `*.vue` files with `vue-jest`
50+
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
5151
},
5252
"mapCoverage": true
5353
}

0 commit comments

Comments
 (0)