diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2023-03-23 10:01:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 10:01:07 -0400 |
| commit | a3529d02329e0d2127ad2a5bb78b4c476ddd6984 (patch) | |
| tree | e49cbc9ba875c963daa8333bda4bc44b2c1b5300 /cli/tests/node_compat/config.json | |
| parent | 64602e70271750c5420d53f2189bf1286ce13fba (diff) | |
refactor(ext/node): Use Deno.inspect (#17960)
No need for two almost identical implementations of the same thing
---------
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Diffstat (limited to 'cli/tests/node_compat/config.json')
| -rw-r--r-- | cli/tests/node_compat/config.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json index 90e4a9a35..b6541c489 100644 --- a/cli/tests/node_compat/config.json +++ b/cli/tests/node_compat/config.json @@ -42,7 +42,9 @@ "test-child-process-stdio-inherit.js", "test-child-process-stdout-flush-exit.js", "test-child-process-stdout-flush.js", + "test-console-group.js", "test-console-instance.js", + "test-console-table.js", "test-crypto-hmac.js", "test-dgram-custom-lookup.js", "test-dgram-ipv6only.js", @@ -227,7 +229,6 @@ "test-console-no-swallow-stack-overflow.js", "test-console-sync-write-error.js", "test-console-table.js", - "test-console-tty-colors.js", "test-crypto-hmac.js", "test-dgram-close-during-bind.js", "test-dgram-close-signal.js", @@ -425,7 +426,6 @@ "test-readline-emit-keypress-events.js", "test-readline-interface-escapecodetimeout.js", "test-readline-keys.js", - "test-readline-position.js", "test-readline-reopen.js", "test-readline-set-raw-mode.js", "test-readline-undefined-columns.js", @@ -559,7 +559,6 @@ "test-stream2-push.js", "test-stream2-read-sync-stack.js", "test-stream2-readable-empty-buffer-no-eof.js", - "test-stream2-readable-from-list.js", "test-stream2-readable-legacy-drain.js", "test-stream2-readable-non-empty-end.js", "test-stream2-readable-wrap-destroy.js", |
