Skip to content

Commit 4fad808

Browse files
committed
chore: fix puppeteer
1 parent 9f43039 commit 4fad808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const createBrowser = (opts?: LaunchOptions) =>
1414
headless: !process.env.HEADFULL,
1515
dumpio: true,
1616
...opts,
17+
args: ['--no-sandbox', ...opts?.args || []],
1718
});
1819

1920
export const withAudit = (

0 commit comments

Comments
 (0)