mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c831c67c00
The bootstrap tests that reused the same component (the `HelloRootCmp` one) were randomly failing due to the incomplete cleanup between tests. This commit ensures that the component bootstrap is fully cimpleted and there are no pending async actions before going to the next test. PR Close #43933