From 381f5801f924f204e9b7a693d8f6e78e63a654b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 30 Mar 2023 17:33:28 +0200 Subject: Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) This reverts commit a3529d02329e0d2127ad2a5bb78b4c476ddd6984. This change made debugging Node tests very hard - `AssertionError` is now printed as `[Circular *1]` giving no visibility what failed. We need to align two implementations together and remove this one then. --- cli/tests/node_compat/test/parallel/test-console-group.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests/node_compat/test/parallel/test-console-group.js') diff --git a/cli/tests/node_compat/test/parallel/test-console-group.js b/cli/tests/node_compat/test/parallel/test-console-group.js index 6e49734eb..257317214 100644 --- a/cli/tests/node_compat/test/parallel/test-console-group.js +++ b/cli/tests/node_compat/test/parallel/test-console-group.js @@ -127,7 +127,6 @@ function teardown() { } // Check that multiline strings and object output are indented properly. -/* TODO(kt3k): Enable this { setup(); const expectedOut = 'not indented\n' + @@ -155,7 +154,6 @@ function teardown() { assert.strictEqual(stderr, expectedErr); teardown(); } -*/ // Check that the kGroupIndent symbol property is not enumerable { -- cgit v1.2.3