diff options
Diffstat (limited to 'cli/tests/integration/vendor_tests.rs')
-rw-r--r-- | cli/tests/integration/vendor_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/vendor_tests.rs b/cli/tests/integration/vendor_tests.rs index 54809dacf..b3a3f441f 100644 --- a/cli/tests/integration/vendor_tests.rs +++ b/cli/tests/integration/vendor_tests.rs @@ -347,6 +347,7 @@ fn existing_import_map_mixed_with_remote() { .arg("--output") .arg("vendor2") .stderr(Stdio::piped()) + .stdout(Stdio::piped()) .spawn() .unwrap(); let output = deno.wait_with_output().unwrap(); |