summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts')
-rw-r--r--tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts b/tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts
deleted file mode 100644
index 05c549f64..000000000
--- a/tests/testdata/jsr/registry/@denotest/jsx-with-no-pragmas/1.0.0/mod.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import renderJsx from "./foo.jsx";
-import renderTsx from "./foo.tsx";
-
-export function render() {
- console.log(renderJsx());
- console.log(renderTsx());
-}