diff options
Diffstat (limited to 'tests/testdata/npm/run_existing_npm_package')
| -rw-r--r-- | tests/testdata/npm/run_existing_npm_package/main.out | 3 | ||||
| -rw-r--r-- | tests/testdata/npm/run_existing_npm_package/package.json | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/testdata/npm/run_existing_npm_package/main.out b/tests/testdata/npm/run_existing_npm_package/main.out new file mode 100644 index 000000000..baf7b7afd --- /dev/null +++ b/tests/testdata/npm/run_existing_npm_package/main.out @@ -0,0 +1,3 @@ +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/tests/testdata/npm/run_existing_npm_package/package.json b/tests/testdata/npm/run_existing_npm_package/package.json new file mode 100644 index 000000000..1cd6d749d --- /dev/null +++ b/tests/testdata/npm/run_existing_npm_package/package.json @@ -0,0 +1,6 @@ +{ + "name": "run-existing-npm-package", + "dependencies": { + "@denotest/bin": "0.5.0" + } +} |
