summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/run_existing_npm_package
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/run_existing_npm_package')
-rw-r--r--cli/tests/testdata/npm/run_existing_npm_package/main.out3
-rw-r--r--cli/tests/testdata/npm/run_existing_npm_package/package.json6
2 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/testdata/npm/run_existing_npm_package/main.out b/cli/tests/testdata/npm/run_existing_npm_package/main.out
deleted file mode 100644
index baf7b7afd..000000000
--- a/cli/tests/testdata/npm/run_existing_npm_package/main.out
+++ /dev/null
@@ -1,3 +0,0 @@
-Download http://localhost:4545/npm/registry/@denotest/bin
-Download http://localhost:4545/npm/registry/@denotest/bin/0.5.0.tgz
-Initialize @denotest/bin@0.5.0
diff --git a/cli/tests/testdata/npm/run_existing_npm_package/package.json b/cli/tests/testdata/npm/run_existing_npm_package/package.json
deleted file mode 100644
index 1cd6d749d..000000000
--- a/cli/tests/testdata/npm/run_existing_npm_package/package.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "run-existing-npm-package",
- "dependencies": {
- "@denotest/bin": "0.5.0"
- }
-}