mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2fc0560988
- New method `UpgradeAdapter.registerForNg1Tests(modules)` declares the Angular 1 upgrade module and provides it to the `angular.mock.module()` helper. This prevents the need to bootstrap the entire hybrid for every test. Closes #5462, #12675