Skip to content

Commit b326097

Browse files
committed
wip
1 parent b804d31 commit b326097

File tree

3 files changed

+1205
-605
lines changed

3 files changed

+1205
-605
lines changed

scripts/browser/browser-tests.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ console.log(`[http] listening on ${serverURL}`)
7979
async function main() {
8080
let allTestsPassed = true
8181
try {
82-
const browser = await require('puppeteer').launch()
82+
const browser = await require('puppeteer').launch({
83+
args: ['--no-sandbox'],
84+
})
8385

8486
const page = await browser.newPage()
8587
page.on('console', obj => {

0 commit comments

Comments
 (0)