forked from angular/zone.js
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure FakeAsyncTestZoneSpec tick always doTick (angular#1099)
In the case where there is pending work in the scheduler queue, but the duration of the tick did not causes it to run the doTick callback would not be called (or would not be called with intervals summing to the total time ellapsed).
- Loading branch information
1 parent
6ba3169
commit 9c96904
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters