Hi there! I'm trying out component testing, works ...
# component-testing
e
Hi there! I'm trying out component testing, works pretty good so far! I have a question though about vue-router. In the examples I found I see a real router used, is that intented. With Vitest I can use
vue-router-mock
but I was wondering if I should do so here as well and if so how, it seems strange to not use a mock and pass in real routes with components and everything.