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 1523b5c commit 6589218Copy full SHA for 6589218
1 file changed
test/parallel/test-beforeexit-event.js
@@ -37,6 +37,6 @@ function tryListen() {
37
}
38
39
process.on('exit', function() {
40
- assert.equal(4, deaths);
41
- assert.equal(3, revivals);
+ assert.strictEqual(4, deaths);
+ assert.strictEqual(3, revivals);
42
});
0 commit comments