summaryrefslogtreecommitdiff
path: root/cli/tests/importmaps/lodash
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/importmaps/lodash')
-rw-r--r--cli/tests/importmaps/lodash/lodash.ts1
-rw-r--r--cli/tests/importmaps/lodash/other_file.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/importmaps/lodash/lodash.ts b/cli/tests/importmaps/lodash/lodash.ts
new file mode 100644
index 000000000..2ec04ed3c
--- /dev/null
+++ b/cli/tests/importmaps/lodash/lodash.ts
@@ -0,0 +1 @@
+console.log("Hello from remapped lodash!");
diff --git a/cli/tests/importmaps/lodash/other_file.ts b/cli/tests/importmaps/lodash/other_file.ts
new file mode 100644
index 000000000..714adae3f
--- /dev/null
+++ b/cli/tests/importmaps/lodash/other_file.ts
@@ -0,0 +1 @@
+console.log("Hello from remapped lodash dir!");