diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-04-24 16:21:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 17:21:22 +0200 |
| commit | e9041b9edc371f2cbd41a354591b5663f2bb4c84 (patch) | |
| tree | 243140b739556cfcbf85baa2c0ec1cb058f65975 /cli/tests/integration | |
| parent | 4b7d306a198d020ce2b6fa1c758c71714bfd036c (diff) | |
fix(runtime/js/spawn): Pass stdio options for spawn() and spawnSync() (#14358)
Diffstat (limited to 'cli/tests/integration')
| -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", +}); |
