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

init.js.test.cjs « lib « test « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95abbe6c1d830c1f4f505def7587ecfa29969afb (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
25
26
27
28
29
30
31
32
33
/* 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/init.js TAP workspaces no args > should print helper info 1`] = `
Array [
  Array [
    String(
      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/init.js TAP workspaces no args, existing folder > should print helper info 1`] = `
Array []
`

exports[`test/lib/init.js TAP workspaces with arg but missing workspace folder > should print helper info 1`] = `
Array []
`