Open
Description
Suggestion
Currently, it is not possible to test a component relying on routeLoaders
or routeActions
. Even when wrapping the component under test with QwikCityMockProvider
, we get the error that the component we're testing was not rendered under the same route as the routeLoaders
.
Document how to work around this issue or provide tooling to easily write tests in those situations.