★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/2d88af354fNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
test: strictEqual argument order (actual, expected)
PR-URL: #24137
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
ahmadnassri authored and MylesBorins committed Dec 26, 2018
1 parent 11a84a7 commit 2d88af354ff6c7e8dd98f04631f4c0a70dd08660
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/parallel/test-console-instance.js
@@ -33,7 +33,7 @@ const err = new Stream();
process.stdout.write = process.stderr.write = common.mustNotCall();

// Make sure that the "Console" function exists.
assert.strictEqual('function', typeof Console);
assert.strictEqual(typeof Console, 'function');

// Make sure that the Console constructor throws
// when not given a writable stream instance.

0 comments on commit 2d88af3

Please sign in to comment.