File tree Expand file tree Collapse file tree 3 files changed +807
-1043
lines changed
Expand file tree Collapse file tree 3 files changed +807
-1043
lines changed Original file line number Diff line number Diff line change 66 "dev" : " vite" ,
77 "build" : " vite build" ,
88 "cz" : " npx git-cz" ,
9- "test" : " lerna run test --stream " ,
9+ "test" : " jest " ,
1010 "gc" : " sh ./scripts/gc.sh"
1111 },
1212 "peerDependencies" : {
1919 "cz-conventional-changelog" : " ^3.2.0" ,
2020 "lerna" : " ^3.22.1" ,
2121 "typescript" : " ^3.9.7" ,
22+ "jest" : " ^24.1.0" ,
23+ "ts-jest" : " ^26.1.3" ,
24+ "vue-jest" : " 5.0.0-alpha.1" ,
2225 "vite" : " ^1.0.0-rc.1"
2326 },
2427 "config" : {
Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "main" : " dist/index.js" ,
55 "license" : " MIT" ,
6- <<<<<<< HEAD
7- "scripts" : {
8- "test" : " jest --config ../../jest.config.js --rootDir ."
9- },
106 "peerDependencies" : {
117 "vue" : " ^3.0.0-rc.1"
128 },
139 "devDependencies" : {
14- "@vue/test-utils" : " ^2.0.0-beta.0" ,
15- "jest" : " ^26.1.0" ,
16- "ts-jest" : " ^26.1.3" ,
17- "vue-jest" : " 5.0.0-alpha.1"
10+ "@vue/test-utils" : " ^2.0.0-beta.0"
1811 }
1912}
You can’t perform that action at this time.
0 commit comments