RubenVerborgh / AsyncIterator

An asynchronous iterator library for advanced object pipelines in JavaScript
https://rubenverborgh.github.io/AsyncIterator/docs/
Other
48 stars 7 forks source link

Fix 3 tests where the wrong event is checked. #104

Closed maartyman closed 1 year ago

maartyman commented 1 year ago

I found 3 tests where the wrong event was checked. The title said 'should not have listeners for the data event' and in the test the 'readable' event was checked for listeners.

RubenVerborgh commented 1 year ago

Thank you, @maartyman!