verifyNoOutstandingRequest();
Verifies that there are no outstanding requests that need to be flushed.
Typically, you would call this method following each test case that asserts requests using an "afterEach" clause.
1 | afterEach($httpBackend.verifyNoOutstandingRequest); |
Please login to continue.