summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/run_existing_npm_package_with_subpath
diff options
context:
space:
mode:
authorMohammad Sulaiman <mohammad.sulaiman@exalt.ps>2024-09-25 21:46:18 +0300
committerGitHub <noreply@github.com>2024-09-25 18:46:18 +0000
commitc232ecc6af5a09a8f0480e3b2b87ef2cd2b3a348 (patch)
tree49874a35cc2d27d90d0ec26423e8bfe040385683 /tests/testdata/npm/run_existing_npm_package_with_subpath
parent8cdb309ffd6686b2f3c4a2126d927fd5770be34d (diff)
chore: deprecate npm itests (#25804)
Diffstat (limited to 'tests/testdata/npm/run_existing_npm_package_with_subpath')
-rw-r--r--tests/testdata/npm/run_existing_npm_package_with_subpath/main.out5
-rw-r--r--tests/testdata/npm/run_existing_npm_package_with_subpath/package.json6
2 files changed, 0 insertions, 11 deletions
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"
- }
-}