summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index afe030a03..a7e901d83 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -3273,6 +3273,11 @@ itest!(ignore_require {
exit_code: 0,
});
+itest!(local_sources_not_cached_in_memory {
+ args: "run --allow-read --allow-write no_mem_cache.js",
+ output: "no_mem_cache.js.out",
+});
+
#[test]
fn cafile_env_fetch() {
use deno_core::url::Url;