Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alxart committed Apr 16, 2024
1 parent ebdfbb3 commit de07c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/puppeteer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function pageSetUp(): Promise<puppeteer.Page> {
page.setDefaultTimeout(WAIT_FOR_TIMEOUT);

page.on('console', async (msg) => {
const args = await Promise.all(msg.args().map((arg) => describeLog(arg)));
await Promise.all(msg.args().map((arg) => describeLog(arg)));
});

await page.goto(REFERENCE_DEMO);
Expand Down

0 comments on commit de07c51

Please sign in to comment.