solidjs/testing-library using `location` but still getting <Router /> error
Hey,
I am currently trying to setup on of my solid-apps with solidjs/testing-library. I want to test something on my main route, and am therefore using the
Any idea what I could be doing wrong?
Here's my test wip test case:
And here's the top level component I am testing:
I am currently trying to setup on of my solid-apps with solidjs/testing-library. I want to test something on my main route, and am therefore using the
location option. However my test still throws the Make sure your app is wrapped in a <Router />-error.Any idea what I could be doing wrong?
Here's my test wip test case:
And here's the top level component I am testing:
