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