Skip to content

Commit

Permalink
⬆️ Upgrade vue2-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 22, 2023
1 parent 43a8f2c commit 4b958ae
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 247 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
transform: {
"^.+\\.ts$": "ts-jest",
'^.+\\.js$': 'babel-jest',
'.*\\.(vue)$': 'vue-jest',
'.*\\.(vue)$': '@vue/vue2-jest',
},
collectCoverage: true,
collectCoverageFrom: [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"@types/p5": "^1.3.0",
"@types/uuid": "^8.3.1",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"@vue/vue2-jest": "^27.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.5",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "14.2.1",
Expand All @@ -98,7 +99,6 @@
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.1.0",
"vue-jest": "^3.0.4",
"vuex-module-decorators": "^1.0.1"
}
}
Loading

0 comments on commit 4b958ae

Please sign in to comment.