Skip to content

Instantly share code, notes, and snippets.

@0xjjpa
Created August 3, 2013 21:27
Show Gist options
  • Save 0xjjpa/6148038 to your computer and use it in GitHub Desktop.
Save 0xjjpa/6148038 to your computer and use it in GitHub Desktop.
Httpbackend methods for flushing on unit tests
afterEach(function() {
$httpBackend.flush();
$httpBackend.verifyNoOutstandingExpectation();
$httpBackend.verifyNoOutstandingRequest();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment