mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3634575d89
One of the tests was creating TestComponent instance _and_ using global state making this test not predictable. Fixing the test by making sure that TestComponent is instantiated only once. PR Close #25632