Unit testing streams in node
Does anyone know how I can test streams, I am using a remote Api that streams the response, I need to write unit tests for that , but I was not able to make it work with jest.Anyone have any suggestions or ideas on how to achieve this
1 Reply
Able to solve it