Skip to content

Commit 1a55127

Browse files
committed
test: debug
1 parent 90333b4 commit 1a55127

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/plugin-rsc/e2e/fixture.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,11 @@ export async function setupIsolatedFixture(options: {
174174
throwOnError: true,
175175
nodeOptions: {
176176
cwd: options.dest,
177-
stdio: process.env.TEST_DEBUG ? 'inherit' : undefined,
177+
stdio: [
178+
'ignore',
179+
process.env.TEST_DEBUG ? 'inherit' : 'ignore',
180+
'inherit',
181+
],
178182
},
179183
})
180184
}

0 commit comments

Comments
 (0)