Skip to content

Commit 674680f

Browse files
committed
chore: bump jest and puppeteer
1 parent a115d9e commit 674680f

File tree

3 files changed

+833
-991
lines changed

3 files changed

+833
-991
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
rootDir: __dirname,
3+
testEnvironment: 'jsdom',
34
globals: {
45
__DEV__: true
56
},

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
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",
@@ -79,8 +79,9 @@
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",

0 commit comments

Comments
 (0)