How to Setup Vue Test Utils for Vue2 Application
Oct 9, 2022 · 2 min read · I was working on the vue2 app and wanted to set up a unit test. Since vue3 is now available, and their testing libraries have also been updated to support vue3, Because of versioning, I had difficulty configuring vue2 with test-utils. That is why I a...
Join discussion