summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/explicit_import_map/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/workspaces/explicit_import_map/main.ts')
-rw-r--r--tests/specs/run/workspaces/explicit_import_map/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/workspaces/explicit_import_map/main.ts b/tests/specs/run/workspaces/explicit_import_map/main.ts
new file mode 100644
index 000000000..56dcea678
--- /dev/null
+++ b/tests/specs/run/workspaces/explicit_import_map/main.ts
@@ -0,0 +1,3 @@
+import chalk from "chalk";
+
+console.log(chalk.green("hello"));