1/* IMPORTANT 2 * This snapshot file is auto-generated, but designed for humans. 3 * It should be checked into source control and tracked carefully. 4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests. 5 * Make sure to inspect the output below. Do not ignore changes! 6 */ 7'use strict' 8exports[`test/lib/commands/init.js TAP displays output > displays helper info 1`] = ` 9This utility will walk you through creating a package.json file. 10It only covers the most common items, and tries to guess sensible defaults. 11 12See \`npm help init\` for definitive documentation on these fields 13and exactly what they do. 14 15Use \`npm install <pkg>\` afterwards to install a package and 16save it as a dependency in the package.json file. 17 18Press ^C at any time to quit. 19` 20 21exports[`test/lib/commands/init.js TAP workspaces no args -- yes > should print helper info 1`] = ` 22 23added 1 package in {TIME} 24` 25