diff options
Diffstat (limited to 'cli/tests/testdata/run/jsx_import_from_ts.App.jsx')
-rw-r--r-- | cli/tests/testdata/run/jsx_import_from_ts.App.jsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/tests/testdata/run/jsx_import_from_ts.App.jsx b/cli/tests/testdata/run/jsx_import_from_ts.App.jsx deleted file mode 100644 index 649230613..000000000 --- a/cli/tests/testdata/run/jsx_import_from_ts.App.jsx +++ /dev/null @@ -1,11 +0,0 @@ -const React = { - createElement() {}, -}; - -export default function app() { - return ( - <div> - <h2>asdf</h2> - </div> - ); -} |