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 11module . exports = {
22 rootDir : __dirname ,
3+ testEnvironment : 'jsdom' ,
34 globals : {
45 __DEV__ : true
56 } ,
Original file line number Diff line number Diff line change 6666 "@rollup/plugin-node-resolve" : " ^15.0.0" ,
6767 "@rollup/plugin-replace" : " ^5.0.0" ,
6868 "@types/node" : " ^18.11.0" ,
69- "babel-jest" : " ^26.6.3 " ,
69+ "babel-jest" : " ^29.2.0 " ,
7070 "babel-loader" : " ^8.2.5" ,
7171 "brotli" : " ^1.3.3" ,
7272 "chalk" : " ^4.1.1" ,
7979 "execa" : " ^5.0.0" ,
8080 "express" : " ^4.18.2" ,
8181 "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" ,
8485 "regenerator-runtime" : " ^0.13.5" ,
8586 "rollup" : " ^2.79.1" ,
8687 "rollup-plugin-terser" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments