diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/node_compat/config.json | 8 |
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", |