From 4a5aaceb26cb7441d0702d30961e0059256826b7 Mon Sep 17 00:00:00 2001 From: Vedant Pandey Date: Tue, 25 Jul 2023 21:53:43 +0530 Subject: fix: deno info should respect import map (#19781) Closes #19742 --- cli/tests/integration/info_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/info_tests.rs b/cli/tests/integration/info_tests.rs index 856d92f9f..aeabf8208 100644 --- a/cli/tests/integration/info_tests.rs +++ b/cli/tests/integration/info_tests.rs @@ -147,3 +147,10 @@ itest!(package_json_basic { copy_temp_dir: Some("package_json/basic"), exit_code: 0, }); + +itest!(info_import_map { + args: "info preact/debug", + output: "info/with_import_map/with_import_map.out", + cwd: Some("info/with_import_map"), + exit_code: 0, +}); -- cgit v1.2.3