Skip to content

Commit a549678

Browse files
authored
Update jest-puppeteer.config.js
1 parent 657e398 commit a549678

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jest-puppeteer.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ module.exports = {
88
headless: true,
99
timeout: 30000,
1010
args: [
11-
`--no-sandbox`
12-
`--disable-setuid-sandbox`
13-
],
11+
"--no-sandbox",
12+
"--disable-setuid-sandbox",
13+
"--disable-dev-shm-usage"
14+
]
1415
},
1516
exitOnPageError: false
1617
};

0 commit comments

Comments
 (0)