diff options
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.js | 2 |
1 files changed, 0 insertions, 2 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 4e176e8cd..3aa34d7c1 100644 --- a/cli/tests/node_compat/test/parallel/test-console-table.js +++ b/cli/tests/node_compat/test/parallel/test-console-table.js @@ -175,7 +175,6 @@ test({ a: { a: 1, b: 2, c: 3 } }, ` └─────────┴───┴───┴───┘ `); -/* TODO(kt3k): Enable this test({ a: { a: { a: 1, b: 2, c: 3 } } }, ` ┌─────────┬──────────┐ │ (index) │ a │ @@ -183,7 +182,6 @@ test({ a: { a: { a: 1, b: 2, c: 3 } } }, ` │ a │ [Object] │ └─────────┴──────────┘ `); -*/ test({ a: [1, 2] }, ` ┌─────────┬───┬───┐ |