We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90333b4 commit 1a55127Copy full SHA for 1a55127
1 file changed
packages/plugin-rsc/e2e/fixture.ts
@@ -174,7 +174,11 @@ export async function setupIsolatedFixture(options: {
174
throwOnError: true,
175
nodeOptions: {
176
cwd: options.dest,
177
- stdio: process.env.TEST_DEBUG ? 'inherit' : undefined,
+ stdio: [
178
+ 'ignore',
179
+ process.env.TEST_DEBUG ? 'inherit' : 'ignore',
180
+ 'inherit',
181
+ ],
182
},
183
})
184
}
0 commit comments