Skip to content

Commit 3921cc4

Browse files
authored
ci: temporarily enable dumpio in tests (#14212)
1 parent c17a64b commit 3921cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/mocha-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const defaultBrowserOptions: LaunchOptions = Object.assign(
9393
handleSIGINT: true,
9494
executablePath: process.env['BINARY'],
9595
headless: headless === 'shell' ? ('shell' as const) : isHeadless,
96-
dumpio: !!process.env['DUMPIO'],
96+
dumpio: true,
9797
protocol,
9898
args: [],
9999
extraPrefsFirefox: {},

0 commit comments

Comments
 (0)