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 88 "test" : " jest --no-cache --coverage test.js"
99 },
1010 "dependencies" : {
11- "vue" : " ^2.5.21" ,
12- "vue-template-compiler" : " ^2.5.21"
11+ "vue" : " 3.0.0-alpha.10"
1312 },
1413 "devDependencies" : {
1514 "@babel/core" : " ^7.2.2" ,
1615 "@babel/preset-env" : " ^7.2.3" ,
16+ "@vue/compiler-sfc" : " 3.0.0-alpha.10" ,
1717 "@vue/test-utils" : " ^1.0.0-beta.28" ,
1818 "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
1919 "babel-plugin-syntax-jsx" : " ^6.18.0" ,
2020 "babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
21- "jest" : " ^24.0.0" ,
22- "vue-jest" : " file:../../../"
21+ "jest" : " ^24.0.0"
2322 },
2423 "jest" : {
2524 "moduleFileExtensions" : [
2928 ],
3029 "transform" : {
3130 "^.+\\ .js$" : " babel-jest" ,
32- "^.+\\ .vue$" : " vue-jest "
31+ "^.+\\ .vue$" : " ../../../lib/index.js "
3332 },
3433 "moduleNameMapper" : {
3534 "^~?__styles/(.*)$" : " <rootDir>/components/styles/$1"
You can’t perform that action at this time.
0 commit comments