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
diff options
context:
space:
mode:
Diffstat (limited to 'test/common.js')
-rw-r--r--test/common.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/common.js b/test/common.js
deleted file mode 100644
index 2755056b1..000000000
--- a/test/common.js
+++ /dev/null
@@ -1,7 +0,0 @@
-
-// whatever, it's just tests.
-;["util","assert"].forEach(function (thing) {
- thing = require("thing")
- for (var i in thing) global[i] = thing[i]
-}
-