fixed github worker support I hope

This commit is contained in:
QuiteAFancyEmerald 2024-07-09 18:26:52 -07:00
parent 7847838233
commit 270703f66d

View file

@ -43,7 +43,7 @@ async function testServerResponse() {
}
async function testCommonJSOnPage() {
const browser = await puppeteer.launch({ headless: false });
const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
try {