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

cmd-list.js « utils « lib « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e936946b9938e14353dd49a23b31208a46180e0 (plain)
1
2
3
4
const t = require('tap')
const cmdList = require('../../../lib/utils/cmd-list.js')
// just snapshot it so we are made aware if it changes unexpectedly
t.matchSnapshot(cmdList)