This is probably a duplicate of #11, but the original issue never contained a valid example of a workaround for the issue with Promises.
And it would be really helpful if the library supported Promises out of the box.
Because right now I'm in a situation where after a code refactoring I cannot continue using rxjs-marbles in testing my Angular ngrx effect, because it consumes a service that returns a promise.
Any help appreciated.
Thanks
This is probably a duplicate of #11, but the original issue never contained a valid example of a workaround for the issue with
Promises.And it would be really helpful if the library supported Promises out of the box.
Because right now I'm in a situation where after a code refactoring I cannot continue using
rxjs-marblesin testing my Angular ngrx effect, because it consumes a service that returns a promise.Any help appreciated.
Thanks