mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a967f92078
This updates async router tests to use the jasmine autoTick feature. Observed test timings for the chromium tests went down from ~7.5s to ~3.5-4s. For node, these decreased from ~5.5s to ~3s. In addition to the speed improvement, this feature: * Removes the need to be careful about timeout ordering when there are several timeouts in tests. * Removes the need to ensure test timeouts are kept sufficiently small * Reduces overall flakiness PR Close #62776