From e9041b9edc371f2cbd41a354591b5663f2bb4c84 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 24 Apr 2022 16:21:22 +0100 Subject: fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358) --- cli/tests/integration/run_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 85363a27f..e6004ba49 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -2764,3 +2764,8 @@ itest!(report_error_handled { args: "run --quiet report_error_handled.ts", output: "report_error_handled.ts.out", }); + +itest!(spawn_stdout_inherit { + args: "run --quiet --unstable -A spawn_stdout_inherit.ts", + output: "spawn_stdout_inherit.ts.out", +}); -- cgit v1.2.3