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/deno.exclude_dir.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/testdata/check/exclude_option/deno.exclude_dir.json (limited to 'tests/testdata/check/exclude_option/deno.exclude_dir.json') diff --git a/tests/testdata/check/exclude_option/deno.exclude_dir.json b/tests/testdata/check/exclude_option/deno.exclude_dir.json deleted file mode 100644 index 2019f8953..000000000 --- a/tests/testdata/check/exclude_option/deno.exclude_dir.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "exclude": [ - "ignored" - ] -} -- cgit v1.2.3