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>2021-01-15 23:14:24 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-01-15 23:47:25 +0300
commit358e223f208774f9f3bfd7ac50785598ac998ea2 (patch)
tree0579212baaffd2b596e6d25b88c59513f7dbad24 /test/lib/ls.js
parentd6456c8ebb6d7a832d508eadc100094b547fa36c (diff)
fix: npm ls global tests
Diffstat (limited to 'test/lib/ls.js')
-rw-r--r--test/lib/ls.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/ls.js b/test/lib/ls.js
index 7bbfc5f77..a9504a2ad 100644
--- a/test/lib/ls.js
+++ b/test/lib/ls.js
@@ -3795,6 +3795,7 @@ t.test('ls --json', (t) => {
t.deepEqual(
jsonParse(result),
{
+ name: 'ls-ls-json-global',
dependencies: {
a: {
version: '1.0.0',