mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8264382a6b
Adds some logic to skip over `TestBed.configureTestingModule` calls where the `declarations` aren't initialized to an array. We can't migrate these cases, because test migrations don't have access to the Angular compiler. Previously the migration would throw a runtime error. PR Close #54122