Skip to content

Commit 9da5df9

Browse files
committed
fix(run-node): expose test stream dependencies
1 parent d1f4cb6 commit 9da5df9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/run-node.d.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function runNodeMain(params?: {
4646
spawnSync?: unknown;
4747
fs?: unknown;
4848
stderr?: { write: (value: string) => void };
49+
stdout?: { write: (value: string) => void };
4950
process?: NodeJS.Process;
5051
execPath?: string;
5152
cwd?: string;

0 commit comments

Comments
 (0)