Skip to content

Commit ec5fbfd

Browse files
authored
chore: update yarn lock (#420)
* chore: update yarn lock * update vue3-jest to @vue/vue3-jest
1 parent 5741877 commit ec5fbfd

File tree

2 files changed

+921
-11
lines changed

2 files changed

+921
-11
lines changed

e2e/3.x/custom-block/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@babel/core": "^7.9.0",
1414
"@babel/preset-env": "^7.9.0",
1515
"@vue/compiler-sfc": "^3.0.3",
16-
"jest": "^26.0.0",
17-
"vue3-jest": "^26.0.0-alpha.10"
16+
"@vue/vue3-jest": "^27.0.0-alpha.1",
17+
"jest": "^27.0.0"
1818
},
1919
"jest": {
2020
"moduleFileExtensions": [
@@ -24,7 +24,7 @@
2424
],
2525
"transform": {
2626
"^.+\\.js$": "babel-jest",
27-
"^.+\\.vue$": "vue3-jest"
27+
"^.+\\.vue$": "@vue/vue3-jest"
2828
},
2929
"moduleNameMapper": {
3030
"^~?__styles/(.*)$": "<rootDir>/components/styles/$1"

0 commit comments

Comments
 (0)