summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/jsx_with_pragmas/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/jsr/jsx_with_pragmas/main.ts')
-rw-r--r--tests/testdata/jsr/jsx_with_pragmas/main.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/jsr/jsx_with_pragmas/main.ts b/tests/testdata/jsr/jsx_with_pragmas/main.ts
deleted file mode 100644
index 4a38c56ad..000000000
--- a/tests/testdata/jsr/jsx_with_pragmas/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import { render } from "jsr:@denotest/jsx-with-pragmas@1.0.0";
-
-render();