Skip to content

Commit

Permalink
chore: update yarn lock (#420)
Browse files Browse the repository at this point in the history
* chore: update yarn lock

* update vue3-jest to @vue/vue3-jest
  • Loading branch information
lmiller1990 authored Nov 28, 2021
1 parent 5741877 commit ec5fbfd
Show file tree
Hide file tree
Showing 2 changed files with 921 additions and 11 deletions.
6 changes: 3 additions & 3 deletions e2e/3.x/custom-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@vue/compiler-sfc": "^3.0.3",
"jest": "^26.0.0",
"vue3-jest": "^26.0.0-alpha.10"
"@vue/vue3-jest": "^27.0.0-alpha.1",
"jest": "^27.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -24,7 +24,7 @@
],
"transform": {
"^.+\\.js$": "babel-jest",
"^.+\\.vue$": "vue3-jest"
"^.+\\.vue$": "@vue/vue3-jest"
},
"moduleNameMapper": {
"^~?__styles/(.*)$": "<rootDir>/components/styles/$1"
Expand Down
Loading

0 comments on commit ec5fbfd

Please sign in to comment.