File tree Expand file tree Collapse file tree 3 files changed +833
-991
lines changed Expand file tree Collapse file tree 3 files changed +833
-991
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
rootDir : __dirname ,
3
+ testEnvironment : 'jsdom' ,
3
4
globals : {
4
5
__DEV__ : true
5
6
} ,
Original file line number Diff line number Diff line change 66
66
"@rollup/plugin-node-resolve" : " ^15.0.0" ,
67
67
"@rollup/plugin-replace" : " ^5.0.0" ,
68
68
"@types/node" : " ^18.11.0" ,
69
- "babel-jest" : " ^26.6.3 " ,
69
+ "babel-jest" : " ^29.2.0 " ,
70
70
"babel-loader" : " ^8.2.5" ,
71
71
"brotli" : " ^1.3.3" ,
72
72
"chalk" : " ^4.1.1" ,
79
79
"execa" : " ^5.0.0" ,
80
80
"express" : " ^4.18.2" ,
81
81
"fs-extra" : " ^10.1.0" ,
82
- "jest" : " ^26.6.3" ,
83
- "puppeteer" : " ^9.1.1" ,
82
+ "jest" : " ^29.2.0" ,
83
+ "jest-environment-jsdom" : " ^29.2.0" ,
84
+ "puppeteer" : " ^19.0.0" ,
84
85
"regenerator-runtime" : " ^0.13.5" ,
85
86
"rollup" : " ^2.79.1" ,
86
87
"rollup-plugin-terser" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments