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/tap/outdated-local.js')
-rw-r--r--test/tap/outdated-local.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tap/outdated-local.js b/test/tap/outdated-local.js
index f9b8af442..067696ca9 100644
--- a/test/tap/outdated-local.js
+++ b/test/tap/outdated-local.js
@@ -65,7 +65,6 @@ var pjLocalOptimistBumped = JSON.stringify({
version: '0.5.0'
}, null, 2) + '\n'
-
function mocks (server) {
server.get('/local-module')
.reply(404)