You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a tough time figuring out how to unit test my code. I have a <Link> in one of my components. I want to test the code. I've read the tickets like #70 that suggest using registerRoutes but I can't find any docs on it and searching the code I can't seem to find that method anywhere (im using the GitHub "this repo" search). Most of the comments I'm finding assume one knows how to use registerRoutes but I don't. Are there docs somewhere or examples that I'm just missing?
I just get these errors right now
The text was updated successfully, but these errors were encountered:
I'm having a tough time figuring out how to unit test my code. I have a
<Link>
in one of my components. I want to test the code. I've read the tickets like #70 that suggest usingregisterRoutes
but I can't find any docs on it and searching the code I can't seem to find that method anywhere (im using the GitHub "this repo" search). Most of the comments I'm finding assume one knows how to useregisterRoutes
but I don't. Are there docs somewhere or examples that I'm just missing?I just get these errors right now
The text was updated successfully, but these errors were encountered: