Angular Using a service mock which has dependency on another service

50 Views Asked by At

I am writing a test for a component where i use mock for a service. But this service has a property which is reference to another service and utilizes some methods inside the service. How can i create proper mock for this.

0

There are 0 best solutions below