summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/jsx_precompile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/jsx_precompile')
-rw-r--r--cli/tests/testdata/run/jsx_precompile/no_pragma.out3
-rw-r--r--cli/tests/testdata/run/jsx_precompile/no_pragma.tsx3
2 files changed, 0 insertions, 6 deletions
diff --git a/cli/tests/testdata/run/jsx_precompile/no_pragma.out b/cli/tests/testdata/run/jsx_precompile/no_pragma.out
deleted file mode 100644
index 437995923..000000000
--- a/cli/tests/testdata/run/jsx_precompile/no_pragma.out
+++ /dev/null
@@ -1,3 +0,0 @@
-Download http://localhost:4545/jsx/jsx-precompile/index.ts
-Check file:///[WILDCARD]/run/jsx_precompile/no_pragma.tsx
-imported http://localhost:4545/jsx/jsx-precompile/index.ts
diff --git a/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx b/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx
deleted file mode 100644
index 7ba21d80d..000000000
--- a/cli/tests/testdata/run/jsx_precompile/no_pragma.tsx
+++ /dev/null
@@ -1,3 +0,0 @@
-export function A() {
- return <h1>hello</h1>;
-}