summaryrefslogtreecommitdiff
path: root/cli/tests/integration/vendor_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/vendor_tests.rs')
-rw-r--r--cli/tests/integration/vendor_tests.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/integration/vendor_tests.rs b/cli/tests/integration/vendor_tests.rs
index cd2f7f12e..1f159fe80 100644
--- a/cli/tests/integration/vendor_tests.rs
+++ b/cli/tests/integration/vendor_tests.rs
@@ -478,6 +478,14 @@ fn dynamic_non_analyzable_import() {
assert!(output.status.success());
}
+itest!(dynamic_non_existent {
+ args: "vendor http://localhost:4545/vendor/dynamic_non_existent.ts",
+ temp_cwd: true,
+ exit_code: 0,
+ http_server: true,
+ output: "vendor/dynamic_non_existent.ts.out",
+});
+
#[test]
fn update_existing_config_test() {
let _server = http_server();