Skip to content

Commit 59eda89

Browse files
author
Jonas Enge
authored
Update test-run-script.js
1 parent 80c4fec commit 59eda89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-run-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tap.test('runScript script do not exist', (t) => {
2727
}
2828
runScript(options)
2929
.catch((err) => {
30-
t.match(err.message, 'does not exist', 'runScript script do not exist ok')
30+
t.match(err.message, 'Command failed', 'runScript script do not exist ok')
3131
t.end()
3232
})
3333
})

0 commit comments

Comments
 (0)