summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/workspaces/basic/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/workspaces/basic/main.ts')
-rw-r--r--cli/tests/testdata/run/workspaces/basic/main.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/workspaces/basic/main.ts b/cli/tests/testdata/run/workspaces/basic/main.ts
new file mode 100644
index 000000000..380c97619
--- /dev/null
+++ b/cli/tests/testdata/run/workspaces/basic/main.ts
@@ -0,0 +1,5 @@
+import chalk from "chalk";
+import "./foo/mod.ts";
+import "./bar/mod.ts";
+
+console.log(chalk);