Skip to content

Commit 6662a76

Browse files
committed
test: debug
1 parent b78a7b1 commit 6662a76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/plugin-rsc/e2e/isolated.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ test.describe('react-server-dom-webpack', () => {
107107
throwOnError: true,
108108
nodeOptions: {
109109
cwd: tmpRoot,
110+
stdio: [
111+
'ignore',
112+
process.env.TEST_DEBUG ? 'inherit' : 'ignore',
113+
'inherit',
114+
],
110115
},
111116
})
112117
})

0 commit comments

Comments
 (0)