Skip to content

Commit

Permalink
fixed github worker support I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 10, 2024
1 parent 7847838 commit 270703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 270703f

Please sign in to comment.