mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
docs(ngMock): correct verifyNoOutstandingExpectation example
This commit is contained in:
committed by
Pawel Kozlowski
parent
403008816c
commit
8a63dc3151
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
@@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
|
||||
* "afterEach" clause.
|
||||
*
|
||||
* <pre>
|
||||
* afterEach($httpBackend.verifyExpectations);
|
||||
* afterEach($httpBackend.verifyNoOutstandingExpectation);
|
||||
* </pre>
|
||||
*/
|
||||
$httpBackend.verifyNoOutstandingExpectation = function() {
|
||||
|
||||
Reference in New Issue
Block a user