We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7988e0 commit dac757eCopy full SHA for dac757e
test/parallel/test-child-process-stdio-big-write-end.js
@@ -23,7 +23,7 @@ function parent() {
23
n += c;
24
});
25
child.stdout.on('end', function() {
26
- assert.equal(+n, sent);
+ assert.strictEqual(+n, sent);
27
console.log('ok');
28
29
0 commit comments