diff options
Diffstat (limited to 'tests/testdata/run/jsx_precompile/skip.tsx')
-rw-r--r-- | tests/testdata/run/jsx_precompile/skip.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/run/jsx_precompile/skip.tsx b/tests/testdata/run/jsx_precompile/skip.tsx deleted file mode 100644 index 49bc4e2b7..000000000 --- a/tests/testdata/run/jsx_precompile/skip.tsx +++ /dev/null @@ -1,9 +0,0 @@ -export function A() { - return ( - <div> - <a href="#">foo</a> - <p>hello</p> - <img src="#" alt="" /> - </div> - ); -} |