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 6e0b984 commit f6b59ceCopy full SHA for f6b59ce
test/parallel/test-console-instance.js
@@ -72,7 +72,7 @@ c.log('test');
72
c.error('test');
73
74
out.write = common.mustCall((d) => {
75
- assert.strictEqual('{ foo: 1 }\n', d);
+ assert.strictEqual(d, '{ foo: 1 }\n');
76
});
77
78
c.dir({ foo: 1 });
0 commit comments