From c232ecc6af5a09a8f0480e3b2b87ef2cd2b3a348 Mon Sep 17 00:00:00 2001 From: Mohammad Sulaiman Date: Wed, 25 Sep 2024 21:46:18 +0300 Subject: chore: deprecate npm itests (#25804) --- tests/testdata/npm/check_errors/main.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/testdata/npm/check_errors/main.ts (limited to 'tests/testdata/npm/check_errors/main.ts') diff --git a/tests/testdata/npm/check_errors/main.ts b/tests/testdata/npm/check_errors/main.ts deleted file mode 100644 index 4b8684195..000000000 --- a/tests/testdata/npm/check_errors/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -import * as test from "npm:@denotest/check-error"; - -console.log(test.Asdf); // should error -- cgit v1.2.3