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/d_ext/main.out | 3 --- tests/testdata/npm/d_ext/main.ts | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 tests/testdata/npm/d_ext/main.out delete mode 100644 tests/testdata/npm/d_ext/main.ts (limited to 'tests/testdata/npm/d_ext') diff --git a/tests/testdata/npm/d_ext/main.out b/tests/testdata/npm/d_ext/main.out deleted file mode 100644 index 5c22a76a0..000000000 --- a/tests/testdata/npm/d_ext/main.out +++ /dev/null @@ -1,3 +0,0 @@ -Download http://localhost:4260/@denotest/d-ext -Download http://localhost:4260/@denotest/d-ext/1.0.0.tgz -Check file:///[WILDCARD]/npm/d_ext/main.ts diff --git a/tests/testdata/npm/d_ext/main.ts b/tests/testdata/npm/d_ext/main.ts deleted file mode 100644 index c92dbe065..000000000 --- a/tests/testdata/npm/d_ext/main.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { test } from "npm:@denotest/d-ext"; - -console.log(test); -- cgit v1.2.3