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:
-rwxr-xr-xscripts/maketest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maketest b/scripts/maketest
index bf0c2c5f6..4ef1e9266 100755
--- a/scripts/maketest
+++ b/scripts/maketest
@@ -69,7 +69,7 @@ test('setup', t => {
})
test('example', t => {
- return common.npm(['install'], conf).then((code, stdout, stderr) => {
+ return common.npm(['install'], conf).then(([code, stdout, stderr]) => {
t.is(code, 0, 'command ran ok')
t.comment(stdout.trim())
t.comment(stderr.trim())