Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e7dd439

Browse files
committedJun 16, 2024·
Update puppeteer from 22.10.0 to 22.11.0
1 parent 21761a3 commit e7dd439

File tree

2 files changed

+139
-95
lines changed

2 files changed

+139
-95
lines changed
 

‎package-lock.json

+137-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node-fetch": "~2.7.0",
3333
"pa11y": "^8.0.0",
3434
"protocolify": "~3.0.0",
35-
"puppeteer": "^22.10.0",
35+
"puppeteer": "^22.11.0",
3636
"wordwrap": "~1.0.0"
3737
},
3838
"devDependencies": {
@@ -53,7 +53,7 @@
5353
"verify-coverage": "nyc check-coverage --lines 90 --functions 90 --branches 90",
5454
"test-unit": "mocha --file test/unit/setup.test.js 'test/unit/**/*.test.js' --recursive",
5555
"test-coverage": "nyc --reporter=text --reporter=html mocha --file test/unit/setup.test.js 'test/unit/**/*.test.js' --recursive",
56-
"test-integration": "mocha --file test/integration/setup.test.js 'test/integration/**/*.test.js' test/integration/teardown.test.js --recursive --timeout 30000 --slow 5000",
56+
"test-integration": "mocha --file test/integration/setup.test.js 'test/integration/**/*.test.js' test/integration/teardown.test.js --recursive --timeout 30000 --slow 1000",
5757
"test": "npm run test-coverage && npm run verify-coverage && npm run test-integration"
5858
},
5959
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.