mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
71cde39ff0
Those rewrites focus on using Vitest instead of jasmine, drop usages of `fakeAsync`, present modern testing strategy that rely on `whenStable` more than explicit calls to `detectChanges`. fixes #42748, #48510, #64962, #65987, #66029, #66150