summaryrefslogtreecommitdiff
path: root/cli/tests/integration/cache_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-08-23 10:30:14 -0400
committerGitHub <noreply@github.com>2022-08-23 10:30:14 -0400
commit362af63c6f45e98948536d08d2d6195af87f729c (patch)
tree6fbef5a889147ca35439380960a83afa8fe39022 /cli/tests/integration/cache_tests.rs
parent86ef743c0fc266d4e6d86fd33da3f0ee983b4f19 (diff)
fix(cache): do not attempt to emit non-emitable files (#15562)
Diffstat (limited to 'cli/tests/integration/cache_tests.rs')
-rw-r--r--cli/tests/integration/cache_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration/cache_tests.rs b/cli/tests/integration/cache_tests.rs
index aaae62531..54aea8106 100644
--- a/cli/tests/integration/cache_tests.rs
+++ b/cli/tests/integration/cache_tests.rs
@@ -92,3 +92,8 @@ itest!(check_local_by_default2 {
output: "cache/check_local_by_default2.out",
http_server: true,
});
+
+itest!(json_import {
+ // should not error
+ args: "cache --quiet cache/json_import/main.ts",
+});