I have question. I have unit test and I want to mock $route and $router
According docs I must not use localVue.use(VueRouter) So I did not used it. But then I apply unit test it is not working
"compiler# throws error

I mocked components what are used in TeamCalendarCard(see pic1) but still by some means router is added to unit test.
I checked i do not add anywhere else in unit test localVue.use(VueRouter)
Full code could be find here
The imports and other stuff for unit tests to work
The unit test in question

So what have I tried remove localVue.use(Route) according docs and answered questions in stackoverflow
Any suggestions how to mock route or wouldbe better tool/aproach to where search in code where localVue.use(Route) is added.