Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-import": "^2.32.0",
"globals": "^17.0.0",
"prettier": "^3.6.2",
"puppeteer": "24.36.1",
"puppeteer": "24.37.2",
"rollup": "4.57.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-license": "^3.6.0",
Expand Down
6 changes: 3 additions & 3 deletions tests/tools/console.test.js.snapshot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exports[`console > get_console_message > applies source maps to stack traces of Error object (with cause) console.log arguments 1`] = `
# test response
ID: 1
Message: log> foo failed JSHandle@error
Message: log> foo failed Error: bar failed
### Arguments
Arg #0: foo failed
Arg #1: Error: bar failed
Expand All @@ -23,7 +23,7 @@ Note: line and column numbers use 1-based indexing
exports[`console > get_console_message > applies source maps to stack traces of Error object console.log arguments 1`] = `
# test response
ID: 1
Message: log> An error happened: JSHandle@error
Message: log> An error happened: Error: b00m!
### Arguments
Arg #0: An error happened:
Arg #1: Error: b00m!
Expand Down Expand Up @@ -117,5 +117,5 @@ exports[`console > list_console_messages > lists error objects 1`] = `
# test response
## Console messages
Showing 1-1 of 1 (Page 1 of 1).
msgid=1 [error] JSHandle@error (1 args)
msgid=1 [error] Error: This is an error (1 args)
`;
2 changes: 1 addition & 1 deletion tests/tools/network.test.js.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Status: [success - 200]
- accept-language:<lang>
- upgrade-insecure-requests:1
- user-agent:<user-agent>
- sec-ch-ua:"Not(A:Brand";v="8", "Chromium";v="144"
- sec-ch-ua:"Chromium";v="<version>", "Not:A-Brand";v="99"
- sec-ch-ua-mobile:?0
- sec-ch-ua-platform:"<os>"
- accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Expand Down