summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/deno_jsonc/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/publish/deno_jsonc/mod.ts')
-rw-r--r--cli/tests/testdata/publish/deno_jsonc/mod.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/publish/deno_jsonc/mod.ts b/cli/tests/testdata/publish/deno_jsonc/mod.ts
deleted file mode 100644
index 4bb6da255..000000000
--- a/cli/tests/testdata/publish/deno_jsonc/mod.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import http from "@std/http";
-
-export function foobar(): { fileServer(): void } {
- return http.fileServer;
-}