angular/packages/router/upgrade/test
Andrew Scott 34b2d34d5b refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427)
`RouterTestingModule` is not needed as of v16. Instead, TestBed
automatically provides `MockPlatformLocation` in order to help test
navigations in the application. The location mocks in the
RouterTestingModule aren't necessary anymore.

There doesn't appear to be any real documentation around
`RouterTestingModule` other than the API docs.

PR Close #49427
2023-04-04 15:12:33 -07:00
..
BUILD.bazel refactor: update packages/router tests to be compatible with ESM (#48521) 2022-12-19 19:50:43 +00:00
upgrade.spec.ts refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
upgrade_location_test_module.ts test(upgrade): update router upgrade tests to use fewer mocks (#43441) 2022-02-02 19:51:20 +00:00