Skip to content

Commit

Permalink
fix: fix test-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnixon committed May 10, 2022
1 parent 05bff83 commit dd2d9f8
Show file tree
Hide file tree
Showing 18 changed files with 121 additions and 122 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,17 @@
"@vue/cli-service": "^5.0.4",
"@vue/compiler-sfc": "^3.2.33",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "next",
"@vue/test-utils": "^2.0.0-rc.21",
"@vue/vue3-jest": "^27.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^28.0.3",
"babel-jest": "27.x",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.14.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"jest": "27.x",
"lint-staged": "^12.4.1",
"pinst": "^3.0.0",
"postcss": "^8.4.13",
Expand Down Expand Up @@ -168,10 +170,20 @@
},
"preset": "@vue/cli-plugin-unit-jest",
"transform": {
"^.+\\.vue$": "vue-jest"
"^.+\\.vue$": "@vue/vue3-jest",
"^.+\\js$": "babel-jest"
},
"transformIgnorePatterns": [
"/node_modules/(?!@carbon)"
],
"moduleFileExtensions": [
"vue",
"js",
"json",
"jsx",
"ts",
"tsx",
"node"
]
},
"files": [
Expand Down
Loading

0 comments on commit dd2d9f8

Please sign in to comment.