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

Refactor router store tests #191

Closed MonicaOlejniczak closed 1 year ago

MonicaOlejniczak commented 1 year ago

These changes refactors the router store tests, where some tests in the router store are moved to integration tests and vice versa, ensuring that the test suite is better separated as unit vs integration tests.

Changes