We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcba08 commit f6b6befCopy full SHA for f6b6bef
1 file changed
tests/utils.ts
@@ -75,7 +75,7 @@ export async function withBrowser(
75
devtools: options.autoOpenDevTools ?? false,
76
pipe: true,
77
handleDevToolsAsPage: true,
78
- args: [...options.args || [], '--screen-info={3840x2160}'],
+ args: [...(options.args || []), '--screen-info={3840x2160}'],
79
enableExtensions: true,
80
};
81
const key = JSON.stringify(launchOptions);
0 commit comments