Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit f4e0a23

Browse files
author
Akim Mamedov
committed
Add browser message
1 parent c1f2ba2 commit f4e0a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@tests/smoke/web/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const test = async () => {
4444
console.log("starting puppeteer...");
4545
const browser = await puppeteer.launch();
4646
const page = (await browser.pages())[0];
47+
4748
page.on("console", (message) => {
4849
console.log(`${message.type().toUpperCase()}: ${message.text()}`);
4950
});

0 commit comments

Comments
 (0)