-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Observable #84
Comments
https://github.com/phated/async-done This is the library used to resolve several different async types in gulp 4.0 (streams, promises, observables). You might want to make use of it. cc @Blesh |
I don't think that |
@Blesh Can you open an issue/PR on |
Sorry, this got lost in my GitHub inbox... Does this still need to happen? I'm not sure i have time to do the PR anytime soon, unfortunately. |
@Blesh Not really. We just went with adding support for it directly in AVA. |
Re mochajs/mocha#1898
https://github.com/zenparsing/es-observable
@thejameskyle What do we need to do to support it?
I would guess calling
.forEach()
on the observable as that returns a promise.The text was updated successfully, but these errors were encountered: