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:
authorNathan Fritz <fritzy@github.com>2022-05-09 19:27:56 +0300
committerGitHub <noreply@github.com>2022-05-09 19:27:56 +0300
commit911f55dc6ac3672f48740d0675f67c934c01aaf4 (patch)
treee8163753d6e1056cb39ea37d8d72d426b3a7b849 /tap-snapshots/test/lib
parent5baa4a7c64319485604982f9060702a7cee8a85c (diff)
feat: add --iwr alias for --include-workspace-root (#4864)
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/utils/config/index.js.test.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/utils/config/index.js.test.cjs b/tap-snapshots/test/lib/utils/config/index.js.test.cjs
index f1cba9264..78055d5bc 100644
--- a/tap-snapshots/test/lib/utils/config/index.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/config/index.js.test.cjs
@@ -61,6 +61,9 @@ Object {
"help": Array [
"--usage",
],
+ "iwr": Array [
+ "--include-workspace-root",
+ ],
"l": Array [
"--long",
],