summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/workspaces/basic/foo/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/workspaces/basic/foo/mod.ts')
-rw-r--r--cli/tests/testdata/run/workspaces/basic/foo/mod.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/run/workspaces/basic/foo/mod.ts b/cli/tests/testdata/run/workspaces/basic/foo/mod.ts
deleted file mode 100644
index d7b16dcc0..000000000
--- a/cli/tests/testdata/run/workspaces/basic/foo/mod.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { hello } from "foo/hello.ts";
-import { buzz } from "~/fizz/buzz.ts";
-
-console.log(hello);
-console.log(buzz);