summaryrefslogtreecommitdiff
path: root/deps/npm/test/lib/repo.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/lib/repo.js')
-rw-r--r--deps/npm/test/lib/repo.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/npm/test/lib/repo.js b/deps/npm/test/lib/repo.js
index c4b1b46e73..3367f7c885 100644
--- a/deps/npm/test/lib/repo.js
+++ b/deps/npm/test/lib/repo.js
@@ -119,14 +119,6 @@ const repo = requireInject('../../lib/repo.js', {
'../../lib/utils/open-url.js': openUrl,
})
-t.test('completion', t => {
- repo.completion({}, (er, res) => {
- t.equal(er, null)
- t.same(res, [])
- t.end()
- })
-})
-
t.test('open repo urls', t => {
const expect = {
hostedgit: 'https://github.com/foo/hostedgit',