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

stop.js « lib « test « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e26703c93c5777fee1539116386f38c4fe23279 (plain)
1
2
3
4
const t = require('tap')
const stop = require('../../lib/stop.js')
t.isa(stop, Function)
t.equal(stop.usage, 'npm stop [-- <args>]')