Angular+Jest: How to tests actions in a async/await method that is called in an observable subscription
I’m trying to test an angular service.
Another service provides an observable on which this service needs to react, start some parallel HTTP requests and do something with them.