Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed May 9, 2024
1 parent 255ef67 commit c76cf21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/puppeteer/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export async function startServer(): Promise<{ server: Server; addr: string }> {
}

export function puppeteerOpts(): PuppeteerLaunchOptions {
const options: PuppeteerLaunchOptions = {
headless: 'new'
};
const options: PuppeteerLaunchOptions = {};

if (process.env.CI) {
options.args = [];
Expand Down

0 comments on commit c76cf21

Please sign in to comment.