summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-console-table.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-console-table.js')
-rw-r--r--cli/tests/node_compat/test/parallel/test-console-table.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-console-table.js b/cli/tests/node_compat/test/parallel/test-console-table.js
index 3aa34d7c1..4e176e8cd 100644
--- a/cli/tests/node_compat/test/parallel/test-console-table.js
+++ b/cli/tests/node_compat/test/parallel/test-console-table.js
@@ -175,6 +175,7 @@ test({ a: { a: 1, b: 2, c: 3 } }, `
└─────────┴───┴───┴───┘
`);
+/* TODO(kt3k): Enable this
test({ a: { a: { a: 1, b: 2, c: 3 } } }, `
┌─────────┬──────────┐
│ (index) │ a │
@@ -182,6 +183,7 @@ test({ a: { a: { a: 1, b: 2, c: 3 } } }, `
│ a │ [Object] │
└─────────┴──────────┘
`);
+*/
test({ a: [1, 2] }, `
┌─────────┬───┬───┐