We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eda89 commit aa46057Copy full SHA for aa46057
test/test-run-script.js
@@ -27,7 +27,7 @@ tap.test('runScript script do not exist', (t) => {
27
}
28
runScript(options)
29
.catch((err) => {
30
- t.match(err.message, 'Command failed', 'runScript script do not exist ok')
+ t.match(err.message, 'does not exist', 'runScript script do not exist ok')
31
t.end()
32
})
33
0 commit comments