Skip to content

Commit 5b71ec8

Browse files
committed
1 parent 671cad1 commit 5b71ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/maketest

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test('setup', t => {
6969
})
7070
7171
test('example', t => {
72-
return common.npm(['install'], conf).then((code, stdout, stderr) => {
72+
return common.npm(['install'], conf).then(([code, stdout, stderr]) => {
7373
t.is(code, 0, 'command ran ok')
7474
t.comment(stdout.trim())
7575
t.comment(stderr.trim())

0 commit comments

Comments
 (0)