2020-11-17 15:37:44 -05:00
|
|
|
/* 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'
|
2023-01-16 22:38:23 -05:00
|
|
|
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.
|
2022-06-13 23:04:21 -07:00
|
|
|
|
2023-01-16 22:38:23 -05:00
|
|
|
See \`npm help init\` for definitive documentation on these fields
|
|
|
|
and exactly what they do.
|
2022-06-13 23:04:21 -07:00
|
|
|
|
2023-01-16 22:38:23 -05:00
|
|
|
Use \`npm install <pkg>\` afterwards to install a package and
|
|
|
|
save it as a dependency in the package.json file.
|
2021-05-31 23:00:00 +00:00
|
|
|
|
2023-01-16 22:38:23 -05:00
|
|
|
Press ^C at any time to quit.
|
2021-04-29 16:30:06 -04:00
|
|
|
`
|
|
|
|
|
2023-01-16 22:38:23 -05:00
|
|
|
exports[`test/lib/commands/init.js TAP workspaces no args -- yes > should print helper info 1`] = `
|
2020-11-17 15:37:44 -05:00
|
|
|
|
2024-04-30 23:53:22 -07:00
|
|
|
|
2023-01-16 22:38:23 -05:00
|
|
|
added 1 package in {TIME}
|
2020-11-17 15:37:44 -05:00
|
|
|
`
|