fix: run all timers in passage of time in a single fakeAsync's tick call#454
fix: run all timers in passage of time in a single fakeAsync's tick call#454kasiditi wants to merge 4 commits intoangular:masterfrom kasiditi:fix-tick
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
1 similar comment
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
1 similar comment
|
CLAs look good, thanks! |
The
tick()funtion should run a timer created during that passage of time if that timer is scheduled to run in that passage of time. I write it in a hurry. Any suggestion is welcome.This fix #angular/angular#10299.