diff options
Diffstat (limited to 'tests/testdata/jsr/jsx_with_pragmas')
-rw-r--r-- | tests/testdata/jsr/jsx_with_pragmas/main.out | 3 | ||||
-rw-r--r-- | tests/testdata/jsr/jsx_with_pragmas/main.ts | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/jsr/jsx_with_pragmas/main.out b/tests/testdata/jsr/jsx_with_pragmas/main.out new file mode 100644 index 000000000..c149ba010 --- /dev/null +++ b/tests/testdata/jsr/jsx_with_pragmas/main.out @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000..4a38c56ad --- /dev/null +++ b/tests/testdata/jsr/jsx_with_pragmas/main.ts @@ -0,0 +1,3 @@ +import { render } from "jsr:@denotest/jsx-with-pragmas@1.0.0"; + +render(); |