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 4456a33 commit 2779bfbCopy full SHA for 2779bfb
test/parallel/test-fork-send-returns-boolean.js
@@ -6,4 +6,4 @@ const fork = require('child_process').fork;
6
const n = fork(common.fixturesDir + '/empty.js');
7
8
const rv = n.send({ hello: 'world' });
9
-assert.strictEqual(typeof rv, 'boolean');
+assert.strictEqual(rv, true);
0 commit comments