|
5 | 5 | * Make sure to inspect the output below. Do not ignore changes!
|
6 | 6 | */
|
7 | 7 | 'use strict'
|
| 8 | +exports[`smoke-tests/index.js TAP npm (no args) > should have expected no args output 1`] = ` |
| 9 | +npm <command> |
| 10 | +
|
| 11 | +Usage: |
| 12 | +
|
| 13 | +npm install install all the dependencies in your project |
| 14 | +npm install <foo> add the <foo> dependency to your project |
| 15 | +npm test run this project's tests |
| 16 | +npm run <foo> run the script named <foo> |
| 17 | +npm <command> -h quick help on <command> |
| 18 | +npm -l display usage info for all commands |
| 19 | +npm help <term> search for help on <term> |
| 20 | +npm help npm more involved overview |
| 21 | +
|
| 22 | +All commands: |
| 23 | +
|
| 24 | + access, adduser, audit, bin, bugs, cache, ci, completion, |
| 25 | + config, dedupe, deprecate, diff, dist-tag, docs, doctor, |
| 26 | + edit, exec, explain, explore, find-dupes, fund, get, help, |
| 27 | + hook, init, install, install-ci-test, install-test, link, |
| 28 | + ll, login, logout, ls, org, outdated, owner, pack, ping, |
| 29 | + prefix, profile, prune, publish, rebuild, repo, restart, |
| 30 | + root, run-script, search, set, set-script, shrinkwrap, star, |
| 31 | + stars, start, stop, team, test, token, uninstall, unpublish, |
| 32 | + unstar, update, version, view, whoami |
| 33 | +
|
| 34 | +Specify configs in the ini-formatted file: |
| 35 | + {CWD}/smoke-tests/index/.npmrc |
| 36 | +or on the command line via: npm <command> --key=value |
| 37 | +
|
| 38 | +More configuration info: npm help config |
| 39 | +Configuration fields: npm help 7 config |
| 40 | +
|
| 41 | +npm@7.7.5 {CWD} |
| 42 | +
|
| 43 | +` |
| 44 | + |
8 | 45 | exports[`smoke-tests/index.js TAP npm diff > should have expected diff output 1`] = `
|
9 | 46 | diff --git a/package.json b/package.json
|
10 | 47 | index v1.0.4..v1.1.1 100644
|
|
0 commit comments