mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eb3c96e7b1
This commit updates the Testability-related tests to reset the testability getter class after each test to avoid leaking the state between tests. This should improve the stability of the testability tests that are currently flaky on CI. PR Close #45947