From a2d942a778879282f9dbd0a7ad3bfedce9100d55 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Wed, 22 Feb 2023 23:30:58 +0900 Subject: fix(ext/node): fix node stream (#17874) --- cli/tests/node_compat/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests') 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", -- cgit v1.2.3