Ben Hallion

Results 4 comments of Ben Hallion

I'm also having this problem, has any progress been made on figuring out what's happening?

So I added that and made a new build, and it threw this error: ``` git:(ava-tests) ✗ ava The above error occurred in the component: in Redirect (created by AuthenticatedRoute)...

It seems like the problem is that I hadn't set jsdom's url https://github.com/jsdom/jsdom/issues/1372 When I set a url when instantiating `browser-env`, everything seems to work, even using the BrowserRouter. Looks...

Interestingly, if I run two or more copies of the same test simultaneously, one of them hangs. I assume this has to do with sharing a global history object, but...