angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Freezing during Karma test #431

Open ghost opened 7 years ago

ghost commented 7 years ago

Not sure what is causing this, but when I use router.navigate(['/']) during a Karma test the browser and test locks up.

ghost commented 7 years ago

Does RouterTestingModule handle the "navigated" property? I was depending on this to do a one time redirect, but that one time has turned into recursion.