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