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 'node_modules/retry/test/common.js')
-rw-r--r--node_modules/retry/test/common.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/retry/test/common.js b/node_modules/retry/test/common.js
deleted file mode 100644
index 224720696..000000000
--- a/node_modules/retry/test/common.js
+++ /dev/null
@@ -1,10 +0,0 @@
-var common = module.exports;
-var path = require('path');
-
-var rootDir = path.join(__dirname, '..');
-common.dir = {
- lib: rootDir + '/lib'
-};
-
-common.assert = require('assert');
-common.fake = require('fake'); \ No newline at end of file