summaryrefslogtreecommitdiff
path: root/test/parallel/test-console.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-console.js')
-rw-r--r--test/parallel/test-console.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-console.js b/test/parallel/test-console.js
index 65e1645f7b..8f259b7c94 100644
--- a/test/parallel/test-console.js
+++ b/test/parallel/test-console.js
@@ -134,7 +134,7 @@ console.dir(custom_inspect, { showHidden: false });
console.dir({ foo: { bar: { baz: true } } }, { depth: 0 });
console.dir({ foo: { bar: { baz: true } } }, { depth: 1 });
-// test console.dirxml()
+// Test console.dirxml()
console.dirxml(custom_inspect, custom_inspect);
console.dirxml(
{ foo: { bar: { baz: true } } },
@@ -142,7 +142,7 @@ console.dirxml(
{ foo: { bar: { quux: true } } }
);
-// test console.trace()
+// Test console.trace()
console.trace('This is a %j %d', { formatted: 'trace' }, 10, 'foo');
// Test console.time() and console.timeEnd() output