From da52058a945999d486b07700d2834f027a65947c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 29 Apr 2024 10:08:27 -0400 Subject: chore: migrate bench, publish, and more itests to spec tests (#23584) --- tests/specs/check/check_with_excluded_file_specified/lib/types.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/specs/check/check_with_excluded_file_specified/lib/types.d.ts (limited to 'tests/specs/check/check_with_excluded_file_specified/lib') diff --git a/tests/specs/check/check_with_excluded_file_specified/lib/types.d.ts b/tests/specs/check/check_with_excluded_file_specified/lib/types.d.ts new file mode 100644 index 000000000..a02ad0cbe --- /dev/null +++ b/tests/specs/check/check_with_excluded_file_specified/lib/types.d.ts @@ -0,0 +1,2 @@ +// deno-lint-ignore-file +declare var test: number; -- cgit v1.2.3