diff options
Diffstat (limited to 'tests/testdata/publish/jsr_jsonc/std_http.ts')
-rw-r--r-- | tests/testdata/publish/jsr_jsonc/std_http.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/publish/jsr_jsonc/std_http.ts b/tests/testdata/publish/jsr_jsonc/std_http.ts new file mode 100644 index 000000000..9d57b36f3 --- /dev/null +++ b/tests/testdata/publish/jsr_jsonc/std_http.ts @@ -0,0 +1,6 @@ +// temp until we get jsr:@std/http in the test server +export default { + fileServer() { + console.log("Hi"); + }, +}; |