Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fddf680

Browse files
Update angular-mocks.js
" For this reason the e2e $httpBackend automatically flushes mocked out requests * automatically, closely simulating the behavior of the XMLHttpRequest object." has been changed to "For this reason the e2e $httpBackend flushes mocked out requests * automatically, closely simulating the behavior of the XMLHttpRequest object.", removing redundant 'automatically'.
1 parent 3625803 commit fddf680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
17961796
* use the `passThrough` request handler of `when` instead of `respond`.
17971797
*
17981798
* Additionally, we don't want to manually have to flush mocked out requests like we do during unit
1799-
* testing. For this reason the e2e $httpBackend automatically flushes mocked out requests
1799+
* testing. For this reason the e2e $httpBackend flushes mocked out requests
18001800
* automatically, closely simulating the behavior of the XMLHttpRequest object.
18011801
*
18021802
* To setup the application to run with this http backend, you have to create a module that depends

0 commit comments

Comments
 (0)