Skip to content

Commit 41f974c

Browse files
committed
fix: fix test in webpack example
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent ea3758c commit 41f974c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webpack/src/__tests__/integration/bundle-web.integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ skipIf<[(this: Suite) => void], void>(
4141
before(async function (this: Mocha.Context) {
4242
this.timeout(15000);
4343
browser = await puppeteer.launch({
44-
headless: 'new',
44+
headless: true,
4545
args: ['--no-sandbox'],
4646
});
4747
const page = await browser.newPage();

0 commit comments

Comments
 (0)