We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tapjs
isaacs
Learn more about funding links in repositories.
Report abuse
1 parent b295aee commit 7680b79Copy full SHA for 7680b79
test/exit-code.js
@@ -49,7 +49,7 @@ test('successes exit 0', function (t) {
49
t.plan(2)
50
var file = path.resolve(fixtures, 'trivial-success.js')
51
spawn(node, [bin, file]).on('exit', function (code) {
52
- t.equal(code, 1)
+ t.equal(code, 0)
53
})
54
spawn(node, [file]).on('exit', function (code) {
55
t.equal(code, 0)
0 commit comments