saud chouglesaudchougle.hashnode.dev·Oct 9, 2022How to Setup Vue Test Utils for Vue2 ApplicationI 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...10 likes·235 readsvue-test-utils