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/run_existing_npm_package_with_subpath/main.out | 5 ----- .../testdata/npm/run_existing_npm_package_with_subpath/package.json | 6 ------ 2 files changed, 11 deletions(-) delete mode 100644 tests/testdata/npm/run_existing_npm_package_with_subpath/main.out delete mode 100644 tests/testdata/npm/run_existing_npm_package_with_subpath/package.json (limited to 'tests/testdata/npm/run_existing_npm_package_with_subpath') diff --git a/tests/testdata/npm/run_existing_npm_package_with_subpath/main.out b/tests/testdata/npm/run_existing_npm_package_with_subpath/main.out deleted file mode 100644 index f6ee03ef1..000000000 --- a/tests/testdata/npm/run_existing_npm_package_with_subpath/main.out +++ /dev/null @@ -1,5 +0,0 @@ -Download http://localhost:4260/@denotest/bin -Download http://localhost:4260/@denotest/bin/1.0.0.tgz -Initialize @denotest/bin@1.0.0 -dev ---help diff --git a/tests/testdata/npm/run_existing_npm_package_with_subpath/package.json b/tests/testdata/npm/run_existing_npm_package_with_subpath/package.json deleted file mode 100644 index e9a7e84ce..000000000 --- a/tests/testdata/npm/run_existing_npm_package_with_subpath/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "run-existing-npm-package", - "dependencies": { - "@denotest/bin": "1.0.0" - } -} -- cgit v1.2.3