File tree Expand file tree Collapse file tree 4 files changed +4443
-46
lines changed Expand file tree Collapse file tree 4 files changed +4443
-46
lines changed Original file line number Diff line number Diff line change 8
8
"test" : " jest --no-cache --coverage test.js"
9
9
},
10
10
"dependencies" : {
11
- "vue" : " ^2.5.21" ,
12
- "vue-template-compiler" : " ^2.5.21"
11
+ "vue" : " 3.0.0-alpha.10"
13
12
},
14
13
"devDependencies" : {
15
14
"@babel/core" : " ^7.2.2" ,
16
15
"@babel/preset-env" : " ^7.2.3" ,
16
+ "@vue/compiler-sfc" : " 3.0.0-alpha.10" ,
17
17
"@vue/test-utils" : " ^1.0.0-beta.28" ,
18
18
"babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
19
19
"babel-plugin-syntax-jsx" : " ^6.18.0" ,
20
20
"babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
21
- "jest" : " ^24.0.0" ,
22
- "vue-jest" : " file:../../../"
21
+ "jest" : " ^24.0.0"
23
22
},
24
23
"jest" : {
25
24
"moduleFileExtensions" : [
29
28
],
30
29
"transform" : {
31
30
"^.+\\ .js$" : " babel-jest" ,
32
- "^.+\\ .vue$" : " vue-jest "
31
+ "^.+\\ .vue$" : " ../../../lib/index.js "
33
32
},
34
33
"moduleNameMapper" : {
35
34
"^~?__styles/(.*)$" : " <rootDir>/components/styles/$1"
You can’t perform that action at this time.
0 commit comments