mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b90b3299aa
We recently migrated the testing example to use the router testing harness. There was one instance of the previous non-`TestBed` examples left that still relies on a stub that has already been removed. This example is not used anywhere and we should rather encourage a single pattern of testing. i.e. the harness as per recent changes. This commit removes the broken file. PR Close #49293