summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/jsx_with_pragmas
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/jsr/jsx_with_pragmas')
-rw-r--r--tests/testdata/jsr/jsx_with_pragmas/main.out3
-rw-r--r--tests/testdata/jsr/jsx_with_pragmas/main.ts3
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/testdata/jsr/jsx_with_pragmas/main.out b/tests/testdata/jsr/jsx_with_pragmas/main.out
deleted file mode 100644
index c149ba010..000000000
--- a/tests/testdata/jsr/jsx_with_pragmas/main.out
+++ /dev/null
@@ -1,3 +0,0 @@
-Download [WILDCARD]
-<div>foo.jsx</div>
-<div>foo.tsx</div>
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();