export_stream test was failing because it was await-ing on stream.pipe, rather than wrapping
the stream action in a Promise and awaiting that. Tests passing now.
Please register or sign in to comment
the stream action in a Promise and awaiting that. Tests passing now.