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

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