How to spy on nested method in service constructor in angular unit test
I have an Angular service which depends on another service, which has a property, which is an object contains a method I want to spy on.
I have an Angular service which depends on another service, which has a property, which is an object contains a method I want to spy on.