Skip to content

Commit 5016b0d

Browse files
committedSep 25, 2024
Fix argument --no-sandbox in jest-puppeteer config
1 parent a7b55cd commit 5016b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jest-puppeteer.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
product: "chrome",
1010
executablePath: process.env.PUPPETEER_EXEC_PATH,
1111
args: [
12-
"no-sandbox",
12+
"--no-sandbox",
1313
`--disable-extensions-except=${EXTENSION_PATH}`,
1414
`--load-extension=${EXTENSION_PATH}`,
1515
],

0 commit comments

Comments
 (0)