Skip to content

Commit

Permalink
opt in to new headless mode in puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Jun 20, 2023
1 parent c97f511 commit fe44ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/es2015/check-esm-bundle-is-runnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function evaluatePageContent() {
args: ["--no-sandbox"],
// allow overriding chrome path
executablePath: process.env.SINON_CHROME_BIN || null,
headless: "new",
});
const page = await browser.newPage();

Expand Down

0 comments on commit fe44ea4

Please sign in to comment.