Add test for remux

This commit is contained in:
Jerry Kurian
2020-01-26 10:26:54 -05:00
parent bff4e0d6ed
commit 9c09957775
2 changed files with 46 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ enum EventSubscription {
const eventsTarget = {
close: EventSubscription.Self,
data: EventSubscription.Self,
data: EventSubscription.All,
drain: EventSubscription.Self,
end: EventSubscription.Self,
error: EventSubscription.Self,