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-10-04 23:22:24 +0300
committerGitHub <noreply@github.com>2022-10-04 23:22:24 +0300
commit07fabc93007495f0926f4dd24b4350c07d92887d (patch)
tree9419565d3593d4560bda7b0607168282386c60ac /tap-snapshots/test/lib
parent9609e9eed87c735f0319ac0af265f4d406cbf800 (diff)
fix: `npm link` should override `--install-links` (#5633)
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/commands/link.js.test.cjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tap-snapshots/test/lib/commands/link.js.test.cjs b/tap-snapshots/test/lib/commands/link.js.test.cjs
index e01409e4c..0c34bd972 100644
--- a/tap-snapshots/test/lib/commands/link.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/link.js.test.cjs
@@ -48,3 +48,8 @@ exports[`test/lib/commands/link.js TAP link ws to globalDir when workspace speci
{CWD}/test/lib/commands/tap-testdir-link-link-ws-to-globalDir-when-workspace-specified-and-no-args/global-prefix/lib/node_modules/a -> {CWD}/test/lib/commands/tap-testdir-link-link-ws-to-globalDir-when-workspace-specified-and-no-args/test-pkg-link/packages/a
`
+
+exports[`test/lib/commands/link.js TAP test linked installed as symlinks > linked package should not be installed 1`] = `
+{CWD}/test/lib/commands/tap-testdir-link-test-linked-installed-as-symlinks/prefix/node_modules/mylink -> {CWD}/test/lib/commands/tap-testdir-link-test-linked-installed-as-symlinks/other/mylink
+
+`