gulpjs / async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
MIT License
69 stars 21 forks source link

fix: Ensure the Observable failure test works #59

Closed phated closed 2 years ago

phated commented 2 years ago

I noticed that this test wasn't testing the correct thing.