diff options
Diffstat (limited to 'cli/tests/testdata/run/jsx_precompile/no_pragma.tsx')
-rw-r--r-- | cli/tests/testdata/run/jsx_precompile/no_pragma.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx b/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx new file mode 100644 index 000000000..7ba21d80d --- /dev/null +++ b/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx @@ -0,0 +1,3 @@ +export function A() { + return <h1>hello</h1>; +} |