File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module.exports = merge(config, {
11
11
collectCoverageFrom : [ '**/src/**/*.js' , '!**/src/__tests__/**' ] ,
12
12
transform : {
13
13
'^.+\\.js$' : '<rootDir>/node_modules/babel-jest' ,
14
- '.*\\.(vue)$' : '<rootDir>/node_modules/vue-jest' ,
14
+ '.*\\.(vue)$' : '<rootDir>/node_modules/@ vue/vue2 -jest' ,
15
15
} ,
16
16
snapshotSerializers : [ '<rootDir>/node_modules/jest-serializer-vue' ] ,
17
17
testPathIgnorePatterns : [
Original file line number Diff line number Diff line change 52
52
"@testing-library/jest-dom" : " ^5.11.6" ,
53
53
"@testing-library/user-event" : " ^12.1.10" ,
54
54
"@types/estree" : " 0.0.46" ,
55
+ "@vue/vue2-jest" : " ^27.0.0-alpha.2" ,
55
56
"apollo-boost" : " ^0.4.9" ,
56
57
"apollo-cache-inmemory" : " ^1.6.6" ,
57
58
"axios" : " ^0.21.1" ,
71
72
"vue" : " ^2.6.12" ,
72
73
"vue-apollo" : " ^3.0.4" ,
73
74
"vue-i18n" : " ^8.21.1" ,
74
- "vue-jest" : " ^4.0.0-rc.0" ,
75
75
"vue-router" : " ^3.4.9" ,
76
76
"vue-template-compiler" : " ^2.6.12" ,
77
77
"vuetify" : " ^2.3.17" ,
You can’t perform that action at this time.
0 commit comments