Skip to content

Commit 505627c

Browse files
fix: add jest-vue to replace jest-vue-preprocessor
1 parent 419affc commit 505627c

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"jest": "^21.1.0",
8787
"jest-css-modules": "^1.1.0",
8888
"jest-vue": "^0.5.3",
89-
"jest-vue-preprocessor": "^1.1.0",
9089
"node-sass": "^4.5.3",
9190
"optimize-css-assets-webpack-plugin": "^3.1.1",
9291
"optimize-js-plugin": "^0.0.4",
@@ -132,7 +131,7 @@
132131
],
133132
"transform": {
134133
"^.+\\.js?$": "babel-jest",
135-
".*\\.(vue)$": "jest-vue-preprocessor",
134+
".*\\.(vue)$": "jest-vue",
136135
".*": "jest-css-modules"
137136
},
138137
"mapCoverage": true,

yarn.lock

+4-8
Original file line numberDiff line numberDiff line change
@@ -3824,9 +3824,9 @@ jest-vue-preprocessor@^1.1.0:
38243824
typescript "2.4.2"
38253825
vue-property-decorator "5.1.1"
38263826

3827-
jest-vue@^0.5.3:
3828-
version "0.5.3"
3829-
resolved "https://registry.yarnpkg.com/jest-vue/-/jest-vue-0.5.3.tgz#bd95177a984dc13aabf06dd5f8df0d87ef492c9a"
3827+
jest-vue@^0.5.6:
3828+
version "0.5.6"
3829+
resolved "https://registry.yarnpkg.com/jest-vue/-/jest-vue-0.5.6.tgz#b80675701c6ce2f6918dfaa0ba76442e5c66af04"
38303830
dependencies:
38313831
babel-core "^6.25.0"
38323832
babel-plugin-transform-runtime "^6.23.0"
@@ -3837,7 +3837,7 @@ jest-vue@^0.5.3:
38373837
js-beautify "^1.6.14"
38383838
object-assign "^4.1.1"
38393839
source-map "^0.5.6"
3840-
typescript "^2.5.2"
3840+
vue-template-es2015-compiler "^1.5.3"
38413841

38423842
jest@^21.1.0:
38433843
version "21.1.0"
@@ -6279,10 +6279,6 @@ typescript@2.4.2:
62796279
version "2.4.2"
62806280
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
62816281

6282-
typescript@^2.5.2:
6283-
version "2.5.2"
6284-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2.tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34"
6285-
62866282
uglify-js@3.1.x:
62876283
version "3.1.0"
62886284
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.1.0.tgz#92fae17b88dfbc3c394175a935044cdbcf4085ae"

0 commit comments

Comments
 (0)