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-10-11 22:53:51 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-10-19 22:50:39 +0300
commit1afe5ba9647d1f0f55bf0a4bace543965d05daed (patch)
treeffaa564a37374a59fe2705c13a6d2b4e9e5d2182 /tap-snapshots/test/lib
parentde2d33f3ed42e187803bdd31db4f7a12f08f353c (diff)
fix: account for new npm-package-arg behavior
`npm`, `npm@`, and `npm@*` are all now the same spec
Diffstat (limited to 'tap-snapshots/test/lib')
-rw-r--r--tap-snapshots/test/lib/commands/dist-tag.js.test.cjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-snapshots/test/lib/commands/dist-tag.js.test.cjs b/tap-snapshots/test/lib/commands/dist-tag.js.test.cjs
index 73cc223a9..da7944402 100644
--- a/tap-snapshots/test/lib/commands/dist-tag.js.test.cjs
+++ b/tap-snapshots/test/lib/commands/dist-tag.js.test.cjs
@@ -21,7 +21,7 @@ latest: 1.0.0
`
exports[`test/lib/commands/dist-tag.js TAP ls on missing package > should log no dist-tag found msg 1`] = `
-dist-tag ls Couldn't get dist-tag data for foo@latest
+dist-tag ls Couldn't get dist-tag data for foo@*
`