From acc32e1cee043ef7233a94bcf5645c4a842ed13a Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Mon, 16 Sep 2024 20:08:00 +0300 Subject: chore: move info itests (#25659) --- tests/specs/info_tests/info_import_map/deno.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/specs/info_tests/info_import_map/deno.json (limited to 'tests/specs/info_tests/info_import_map/deno.json') diff --git a/tests/specs/info_tests/info_import_map/deno.json b/tests/specs/info_tests/info_import_map/deno.json new file mode 100644 index 000000000..aaf7260c6 --- /dev/null +++ b/tests/specs/info_tests/info_import_map/deno.json @@ -0,0 +1,6 @@ +{ + "imports": { + "preact": "https://esm.sh/preact@10.15.1", + "preact/": "https://esm.sh/preact@10.15.1/" + } +} -- cgit v1.2.3