summaryrefslogtreecommitdiff
path: root/deps/npm/tap-snapshots/test/lib/commands/init.js.test.cjs
blob: 821193a55e1a98542a9ef8bedd62f2816ff7a755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/lib/commands/init.js TAP displays output > displays helper info 1`] = `
This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.

See \`npm help init\` for definitive documentation on these fields
and exactly what they do.

Use \`npm install <pkg>\` afterwards to install a package and
save it as a dependency in the package.json file.

Press ^C at any time to quit.
`

exports[`test/lib/commands/init.js TAP workspaces no args -- yes > should print helper info 1`] = `

added 1 package in {TIME}
`