batch-stream icon indicating copy to clipboard operation
batch-stream copied to clipboard

buggy FakeStream

Open roccomuso opened this issue 7 years ago • 0 comments

The Readable FakeStream used for tests never ends. https://github.com/segmentio/batch-stream/blob/master/test/index.js#L14

It should push a null when the array's length is 0.

roccomuso avatar Jul 17 '18 14:07 roccomuso