We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0cc95 commit 534222bCopy full SHA for 534222b
scripts/maketest
@@ -69,7 +69,7 @@ test('setup', t => {
69
})
70
71
test('example', t => {
72
- return common.npm(['install'], conf).then((code, stdout, stderr) => {
+ return common.npm(['install'], conf).then(([code, stdout, stderr]) => {
73
t.is(code, 0, 'command ran ok')
74
t.comment(stdout.trim())
75
t.comment(stderr.trim())
0 commit comments