aboutsummaryrefslogtreecommitdiff
path: root/test/macro/hello-fetch-macro.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'test/macro/hello-fetch-macro.tsx')
-rw-r--r--test/macro/hello-fetch-macro.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/macro/hello-fetch-macro.tsx b/test/macro/hello-fetch-macro.tsx
deleted file mode 100644
index fa0de4a9d..000000000
--- a/test/macro/hello-fetch-macro.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import { fetchSync } from "macro:./fetchSync.tsx";
-
-const synchronousFetch = fetchSync(`https://example.com`);
-
-console.log(synchronousFetch);