mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0859a99e89
Instead of stabilizing the TestBed.flushEffects() API we intend to replace it with the tick() method (equivalent of ApplicationRef.tick(). The reasoning here is that we prefer tests running the entire synchronization process (as in production apps) instead of invoking parts of the synchronization process in a way that would naver happen in a running application. PR Close #60959