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 6e0ed17 commit 8cc8ce8Copy full SHA for 8cc8ce8
test.js
@@ -84,6 +84,6 @@ test('error handling', function (t) {
84
fs.unlinkSync(output)
85
} catch (e) {}
86
87
- t.equal(code, 0, 'exit code zero (they should probably fix that...)')
+ t.equal(code, 2, 'exit code was 2')
88
})
89
0 commit comments