From 9d50c5c1a6fbe6895b6a63dadcba7bacaf9dd578 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 3 Aug 2020 14:55:03 +0200 Subject: feat: hash file names in gen cache (#6911) --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 89b5cc21e..687ab53dc 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2220,6 +2220,12 @@ itest!(compiler_js_error { exit_code: 1, }); +itest!(import_file_with_colon { + args: "run --quiet --reload import_file_with_colon.ts", + output: "import_file_with_colon.ts.out", + http_server: true, +}); + #[test] fn cafile_env_fetch() { use url::Url; -- cgit v1.2.3