We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5fc76 commit 5d3aaf0Copy full SHA for 5d3aaf0
test/tap/outdated-depth.js
@@ -68,6 +68,8 @@ test('outdated depth zero', function (t) {
68
if (err) {
69
throw err
70
}
71
+ t.is(process.exitCode, 1, 'exit code set to 1')
72
+ process.exitCode = 0
73
s.close()
74
t.end()
75
})
0 commit comments