mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
45b73c2a7d
Previously the calls to run the schematics were not being properly or consistently awaited in the tests. While this currently does not affect the tests' performance, this fix corrects the syntax and adds stability for future changes. PR Close #34364