This section
https://testing-library.com/docs/vue-testing-library/faq -> "Why does my Vue Router state seem to be shared between tests?"
mentions abstract which is no longer a thing in latest versions of Vue Router, instead createMemoryHistory should be used https://router.vuejs.org/guide/essentials/history-mode.html#Memory-mode
This section
https://testing-library.com/docs/vue-testing-library/faq -> "Why does my Vue Router state seem to be shared between tests?"
mentions
abstractwhich is no longer a thing in latest versions of Vue Router, insteadcreateMemoryHistoryshould be used https://router.vuejs.org/guide/essentials/history-mode.html#Memory-mode