From 3c193aef98bea6b3e0c9592cfdb43268e7a7e4af Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Wed, 2 Oct 2024 12:22:35 +0300 Subject: chore: deprecate check itests (#25963) --- tests/testdata/check/exclude_option/exclude_option.ts.error.out | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/testdata/check/exclude_option/exclude_option.ts.error.out (limited to 'tests/testdata/check/exclude_option/exclude_option.ts.error.out') diff --git a/tests/testdata/check/exclude_option/exclude_option.ts.error.out b/tests/testdata/check/exclude_option/exclude_option.ts.error.out deleted file mode 100644 index abd1c1258..000000000 --- a/tests/testdata/check/exclude_option/exclude_option.ts.error.out +++ /dev/null @@ -1,4 +0,0 @@ -error: TS2304 [ERROR]: Cannot find name 'nothing'. -export { nothing }; - ~~~~~~~ - at [WILDCARD] -- cgit v1.2.3