summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/dynamic_import.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/dynamic_import.ts')
-rw-r--r--cli/tests/testdata/bundle/dynamic_import.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/bundle/dynamic_import.ts b/cli/tests/testdata/bundle/dynamic_import.ts
deleted file mode 100644
index d8c7d08ec..000000000
--- a/cli/tests/testdata/bundle/dynamic_import.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-const mod1 = await import("http://localhost:4545/subdir/mod1.ts");
-
-mod1.printHello3();