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:
Diffstat (limited to 'test/tap/ls-l-depth-0.js')
-rw-r--r--test/tap/ls-l-depth-0.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tap/ls-l-depth-0.js b/test/tap/ls-l-depth-0.js
index d723b9c92..ab3189f2e 100644
--- a/test/tap/ls-l-depth-0.js
+++ b/test/tap/ls-l-depth-0.js
@@ -62,7 +62,9 @@ test('#6311: npm ll --depth=0 duplicates listing', function (t) {
t.notOk(stderr, 'npm install ran silently')
t.equal(
stdout.trim(),
- resolve(__dirname,'ls-l-depth-0')+'\n└─┬ glock@1.8.7 \n └── underscore@1.5.1',
+ resolve(__dirname, 'ls-l-depth-0') +
+ '\n└─┬ glock@1.8.7 ' +
+ '\n └── underscore@1.5.1',
'got expected install output'
)