diff options
Diffstat (limited to 'tests/testdata/run/jsx_import_source_pragma.tsx')
-rw-r--r-- | tests/testdata/run/jsx_import_source_pragma.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/run/jsx_import_source_pragma.tsx b/tests/testdata/run/jsx_import_source_pragma.tsx deleted file mode 100644 index c19e53d4f..000000000 --- a/tests/testdata/run/jsx_import_source_pragma.tsx +++ /dev/null @@ -1,9 +0,0 @@ -/** @jsxImportSource http://localhost:4545/jsx */ - -function A() { - return "hello"; -} - -export function B() { - return <A></A>; -} |