Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-05 19:56:27 +0400
committerisaacs <i@izs.me>2010-08-05 19:56:27 +0400
commitdedd346a2be91e78437e0bf0b0cf25b3ad7df3b7 (patch)
treec294804ec8f3b83c5541880b6e13b7bdbdab5755 /test
parentf5038bc5a95da8078368e266ccb2281b3afdae0b (diff)
no longer exporting a main module, don't test it.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh2
-rw-r--r--test/test-npm-installed.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/run.sh b/test/run.sh
index a1999f4c3..7d9d28038 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -12,8 +12,6 @@ main () {
# TODO: add more tests here.
# Run node programs by doing node some-thing.js
- node test-npm-installed.js
-
npm install "$TESTDIR"/packages/mjsunit.runner
npm install jsdom
npm rm jsdom
diff --git a/test/test-npm-installed.js b/test/test-npm-installed.js
deleted file mode 100644
index ed3042a1a..000000000
--- a/test/test-npm-installed.js
+++ /dev/null
@@ -1,2 +0,0 @@
-
-var npm = require("npm")