From 89f0b796bd442ff352c3f93f69156ca6d85bfd5e Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Tue, 5 Nov 2024 08:39:05 +0200 Subject: chore: deprecate run itests (#26444) --- tests/testdata/run/jsx_precompile/no_pragma.out | 3 --- tests/testdata/run/jsx_precompile/no_pragma.tsx | 3 --- tests/testdata/run/jsx_precompile/skip.out | 3 --- tests/testdata/run/jsx_precompile/skip.tsx | 9 --------- 4 files changed, 18 deletions(-) delete mode 100644 tests/testdata/run/jsx_precompile/no_pragma.out delete mode 100644 tests/testdata/run/jsx_precompile/no_pragma.tsx delete mode 100644 tests/testdata/run/jsx_precompile/skip.out delete mode 100644 tests/testdata/run/jsx_precompile/skip.tsx (limited to 'tests/testdata/run/jsx_precompile') diff --git a/tests/testdata/run/jsx_precompile/no_pragma.out b/tests/testdata/run/jsx_precompile/no_pragma.out deleted file mode 100644 index 437995923..000000000 --- a/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/tests/testdata/run/jsx_precompile/no_pragma.tsx b/tests/testdata/run/jsx_precompile/no_pragma.tsx deleted file mode 100644 index 7ba21d80d..000000000 --- a/tests/testdata/run/jsx_precompile/no_pragma.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export function A() { - return

hello

; -} diff --git a/tests/testdata/run/jsx_precompile/skip.out b/tests/testdata/run/jsx_precompile/skip.out deleted file mode 100644 index a32b616f0..000000000 --- a/tests/testdata/run/jsx_precompile/skip.out +++ /dev/null @@ -1,3 +0,0 @@ -Download http://localhost:4545/jsx/jsx-precompile/index.ts -Check file:///[WILDCARD]/run/jsx_precompile/skip.tsx -imported http://localhost:4545/jsx/jsx-precompile/index.ts 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 ( -
- foo -

hello

- -
- ); -} -- cgit v1.2.3