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:
authornlf <quitlahok@gmail.com>2022-04-14 20:04:57 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-04-20 02:22:20 +0300
commitbedd8a1f5844b5b379af5a756baa70821d78c610 (patch)
tree33185ece3496da178aecc3d0647ef4e24a870bbe /tap-snapshots/test/lib/commands/config.js.test.cjs
parenta4adf256b4fc268fc64cfd5e66526b4685716e79 (diff)
feat: add install-links config definition
Diffstat (limited to 'tap-snapshots/test/lib/commands/config.js.test.cjs')
-rw-r--r--tap-snapshots/test/lib/commands/config.js.test.cjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/commands/config.js.test.cjs b/tap-snapshots/test/lib/commands/config.js.test.cjs
index 56ef71f3e..c6f07dd32 100644
--- a/tap-snapshots/test/lib/commands/config.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/config.js.test.cjs
@@ -81,6 +81,7 @@ exports[`test/lib/commands/config.js TAP config list --json > output matches sna
"init.license": "ISC",
"init.module": "{HOME}/.npm-init.js",
"init.version": "1.0.0",
+ "install-links": false,
"key": null,
"legacy-bundling": false,
"legacy-peer-deps": false,
@@ -234,6 +235,7 @@ init.author.url = ""
init.license = "ISC"
init.module = "{HOME}/.npm-init.js"
init.version = "1.0.0"
+install-links = false
json = false
key = null
legacy-bundling = false