summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-02-22 23:30:58 +0900
committerGitHub <noreply@github.com>2023-02-22 23:30:58 +0900
commita2d942a778879282f9dbd0a7ad3bfedce9100d55 (patch)
tree173f55d18ccaee92b74edc24394dadfc1615548a /cli
parent4afa150f210d0329bfd9535ce8c8ff60f0b35500 (diff)
fix(ext/node): fix node stream (#17874)
Diffstat (limited to 'cli')
-rw-r--r--cli/tests/node_compat/config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/node_compat/config.json b/cli/tests/node_compat/config.json
index 0f54aec95..b133fe8b2 100644
--- a/cli/tests/node_compat/config.json
+++ b/cli/tests/node_compat/config.json
@@ -575,7 +575,7 @@
"test-stream-destroy-event-order.js",
"test-stream-duplex-destroy.js",
"test-stream-duplex-end.js",
- "TODO:test-stream-duplex-from.js",
+ "test-stream-duplex-from.js",
"test-stream-duplex-props.js",
"test-stream-duplex-readable-end.js",
"test-stream-duplex-writable-finished.js",
@@ -603,9 +603,9 @@
"test-stream-pipe-same-destination-twice.js",
"test-stream-pipe-unpipe-streams.js",
"test-stream-pipe-without-listenerCount.js",
- "TODO:test-stream-pipeline-async-iterator.js",
- "TODO:test-stream-pipeline-queued-end-in-destroy.js",
- "TODO:test-stream-pipeline-with-empty-string.js",
+ "test-stream-pipeline-async-iterator.js",
+ "test-stream-pipeline-queued-end-in-destroy.js",
+ "test-stream-pipeline-with-empty-string.js",
"test-stream-push-strings.js",
"test-stream-readable-aborted.js",
"test-stream-readable-add-chunk-during-data.js",