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 690cc2a commit 70c5e4fCopy full SHA for 70c5e4f
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