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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/lib/stop.js')
-rw-r--r--deps/npm/test/lib/stop.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/npm/test/lib/stop.js b/deps/npm/test/lib/stop.js
index d015161d2f5..4e26703c93c 100644
--- a/deps/npm/test/lib/stop.js
+++ b/deps/npm/test/lib/stop.js
@@ -1,5 +1,4 @@
const t = require('tap')
const stop = require('../../lib/stop.js')
t.isa(stop, Function)
-t.equal(stop.completion, require('../../lib/utils/completion/none.js'), 'empty completion')
t.equal(stop.usage, 'npm stop [-- <args>]')