mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5ce71e0fbc
Adds a migration that finds all imports and calls to the deprecated `async` function from `@angular/core/testing` and replaces them with `waitForAsync`. These changes also move a bit of code out of the `Renderer2` migration so that it can be reused. PR Close #39212