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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-09-16 18:32:45 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-09-16 18:32:45 +0300
commit49ee1f50c2742c597fab55affcc056cc5ad8990b (patch)
tree60f4c0f61ce1d63640755a072d7a20709997d3ee /lib/outdated.js
parentf9aac351dd36a19d14e1f951a2e8e20b41545822 (diff)
test: line missing coverage
Diffstat (limited to 'lib/outdated.js')
-rw-r--r--lib/outdated.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/outdated.js b/lib/outdated.js
index 96179b13c..c84ed94ed 100644
--- a/lib/outdated.js
+++ b/lib/outdated.js
@@ -138,6 +138,7 @@ async function outdated_ (tree, deps, opts) {
const packument = await getPackument(spec)
const expected = edge.spec
// if it's not a range, version, or tag, skip it
+ /* istanbul ignore next */
if (!npa(`${edge.name}@${edge.spec}`).registry) {
return null
}