I’m using Velocity with Jasmine and Iron:Router.
A couple of times now I had an issue where my client integration tests kept on repeating in the browser over and over again. I was lucky to spot a missing /
in my Router.go(...)
call within my beforeEach
block, which fixed the problem and everything worked fine afterwards.
I would be great if we could get some kind of error message, which provides a hint that there was some problem with the routing.