angular/packages/router/test/integration
Andrew Scott 92b080202d test(router): Use autoTick feature in router tests (#62776)
This updates async router tests to use the jasmine autoTick feature. Observed test timings
for the chromium tests went down from ~7.5s to ~3.5-4s. For node, these decreased from ~5.5s to ~3s.

In addition to the speed improvement, this feature:

* Removes the need to be careful about timeout ordering when there are several timeouts in tests.
* Removes the need to ensure test timeouts are kept sufficiently small
* Reduces overall flakiness

PR Close #62776
2025-07-24 10:04:05 +00:00
..
duplicate_in_flight_navigations.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
eager_url_update_strategy.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
guards.spec.ts test(router): Update timeouts to reduce firefox flakiness (#62141) 2025-06-20 14:39:35 -07:00
integration.spec.ts test(router): Use autoTick feature in router tests (#62776) 2025-07-24 10:04:05 +00:00
integration_helpers.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
lazy_loading.spec.ts fix(router): ensure preloaded components are properly activated (#62502) 2025-07-09 14:39:39 -07:00
navigation.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
navigation_errors.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
redirects.spec.ts test(router): Add test for empty path redirect and no match (#62176) 2025-06-23 14:18:12 +02:00
route_data.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
route_reuse_strategy.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_events.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
router_link_active.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_links.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00