Spying on Effect Service Methods for Unit Testing

Is there a way I can spy on my effect service methods , so I can have assertions in my unit tests to check if they have been called. I have an effect that calls other service methods and catches all the errors, I want to test for all possible errors in my unit tests
Was this page helpful?