diff options
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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", +}); |