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

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