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/adduser-legacy-auth.js')
-rw-r--r--test/tap/adduser-legacy-auth.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tap/adduser-legacy-auth.js b/test/tap/adduser-legacy-auth.js
index f9829c618..885a685b9 100644
--- a/test/tap/adduser-legacy-auth.js
+++ b/test/tap/adduser-legacy-auth.js
@@ -73,7 +73,9 @@ test('npm login', function (t) {
})
})
- var o = '', e = '', remaining = Object.keys(responses).length
+ var o = ''
+ var e = ''
+ var remaining = Object.keys(responses).length
runner.stdout.on('data', function (chunk) {
remaining--
o += chunk