We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ac7b9 commit 7cc0a46Copy full SHA for 7cc0a46
test/parallel/test-console-instance.js
@@ -33,7 +33,7 @@ const err = new Stream();
33
process.stdout.write = process.stderr.write = common.mustNotCall();
34
35
// Make sure that the "Console" function exists.
36
-assert.strictEqual('function', typeof Console);
+assert.strictEqual(typeof Console, 'function');
37
38
// Make sure that the Console constructor throws
39
// when not given a writable stream instance.
0 commit comments