Skip to content

Commit f6b6bef

Browse files
npm run gen
1 parent 8fcba08 commit f6b6bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function withBrowser(
7575
devtools: options.autoOpenDevTools ?? false,
7676
pipe: true,
7777
handleDevToolsAsPage: true,
78-
args: [...options.args || [], '--screen-info={3840x2160}'],
78+
args: [...(options.args || []), '--screen-info={3840x2160}'],
7979
enableExtensions: true,
8080
};
8181
const key = JSON.stringify(launchOptions);

0 commit comments

Comments
 (0)