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

describe-all.js « config « utils « lib « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 814d92ac959707a6ed05efa03280f682b6f368a0 (plain)
1
2
3
4
5
6
const t = require('tap')
const describeAll = require('../../../../lib/utils/config/describe-all.js')
// this basically ends up being a duplicate of the helpdoc dumped into
// a snapshot, but it verifies that we get the same help output on every
// platform where we run CI.
t.matchSnapshot(describeAll())