From e40f9a5c14c51b6d05812e48fa072148fe79c74d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 15 Mar 2024 15:46:51 -0400 Subject: chore: move more tests away from itest (#22909) Part of #22907 --- tests/specs/jsr/jsx_with_pragmas/main.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/specs/jsr/jsx_with_pragmas/main.ts (limited to 'tests/specs/jsr/jsx_with_pragmas/main.ts') 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(); -- cgit v1.2.3