atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
202 stars 28 forks source link

Update useTimeout tests #181

Closed MonicaOlejniczak closed 1 year ago

MonicaOlejniczak commented 1 year ago

The useTimeout tests were flakey when run with older dependencies, due to the jest.spyOn being declared at the top. These changes inline the spies to make the tests more robust.