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:16:49 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-28 23:21:36 +0300
commit45dd8b8615bb1d7a93e1733746581049a1f399e6 (patch)
tree0e8a1df227b0258714f0637d82720374f5bf4fb3 /tap-snapshots
parent99d88454248f950b82652b592fe2b4d019c1060b (diff)
fix: move shellout logic into commands
Each command now signals whether or not it is a shellout
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test/lib/utils/cmd-list.js.test.cjs9
1 files changed, 0 insertions, 9 deletions
diff --git a/tap-snapshots/test/lib/utils/cmd-list.js.test.cjs b/tap-snapshots/test/lib/utils/cmd-list.js.test.cjs
index f842e689f..e5935846e 100644
--- a/tap-snapshots/test/lib/utils/cmd-list.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/cmd-list.js.test.cjs
@@ -176,15 +176,6 @@ Object {
"birthday",
"help-search",
],
- "shellouts": Array [
- "exec",
- "run-script",
- "test",
- "start",
- "stop",
- "restart",
- "birthday",
- ],
"shorthands": Object {
"c": "config",
"cit": "install-ci-test",