Add `enableAutoDestroy` to our test suite
-
enableAutoDestroyallows us to automate destruction of any@vue/test-utilsinstances after each test
This ensures better test isolation and improves reliability
Edited by Illya Klymov
enableAutoDestroy allows us to automate destruction of any @vue/test-utils instances after each testThis ensures better test isolation and improves reliability