summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/run_existing_npm_package_with_subpath
diff options
context:
space:
mode:
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"
- }
-}