From f1a691274e59d3f6a1aad19d1aec02a0ffaa51d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 27 Feb 2024 08:27:21 +0000 Subject: feat(publish): discover jsr.json and jsr.jsonc files (#22587) Closes https://github.com/denoland/deno/issues/22491 --- tests/testdata/publish/jsr_jsonc/std_http.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/testdata/publish/jsr_jsonc/std_http.ts (limited to 'tests/testdata/publish/jsr_jsonc/std_http.ts') 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"); + }, +}; -- cgit v1.2.3