Emit correct event

This commit is contained in:
Jerry Kurian
2020-01-27 16:10:00 -05:00
parent 2bbc5c9e0f
commit ce2bb55b24
2 changed files with 6 additions and 5 deletions

View File

@@ -724,7 +724,7 @@ test.cb("Demux should send data events", t => {
});
});
test.cb("demux() `finish` and `end` propagates", t => {
test.cb.only("demux() `finish` and `end` propagates", t => {
interface Chunk {
key: string;
mapped: number[];