You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript being Javascript, if there's a change in the API of the real thing, the tests will continue passing obliviously if those are mocked out. Instead, tests which need to test something which will call a service should inject the real service but use the ngMock $httpBackend.
The text was updated successfully, but these errors were encountered:
Javascript being Javascript, if there's a change in the API of the real thing, the tests will continue passing obliviously if those are mocked out. Instead, tests which need to test something which will call a service should inject the real service but use the ngMock $httpBackend.
The text was updated successfully, but these errors were encountered: