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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-24 01:20:51 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-28 23:21:36 +0300
commita64acc0bf01e4bc68b26ead5b2d5c6db47ef16c2 (patch)
tree8ad35c6b33cbcdaec656a9f7a7a8af9675dc08a9 /tap-snapshots
parent45dd8b8615bb1d7a93e1733746581049a1f399e6 (diff)
fix: really load all commands in tests, add description to birthday
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test/lib/load-all-commands.js.test.cjs21
1 files changed, 21 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/load-all-commands.js.test.cjs b/tap-snapshots/test/lib/load-all-commands.js.test.cjs
index 66c48983a..550c59613 100644
--- a/tap-snapshots/test/lib/load-all-commands.js.test.cjs
+++ b/tap-snapshots/test/lib/load-all-commands.js.test.cjs
@@ -68,6 +68,15 @@ Options:
Run "npm help bin" for more info
`
+exports[`test/lib/load-all-commands.js TAP load each command birthday > must match snapshot 1`] = `
+Birthday
+
+Usage:
+npm birthday
+
+Run "npm help birthday" for more info
+`
+
exports[`test/lib/load-all-commands.js TAP load each command bugs > must match snapshot 1`] = `
Report bugs for a package in a web browser
@@ -348,6 +357,18 @@ alias: hlep
Run "npm help help" for more info
`
+exports[`test/lib/load-all-commands.js TAP load each command help-search > must match snapshot 1`] = `
+Search npm help documentation
+
+Usage:
+npm help-search <text>
+
+Options:
+[-l|--long]
+
+Run "npm help help-search" for more info
+`
+
exports[`test/lib/load-all-commands.js TAP load each command hook > must match snapshot 1`] = `
Manage registry hooks