Skip to content

Add `enableAutoDestroy` to our test suite

  • enableAutoDestroy allows us to automate destruction of any @vue/test-utils instances after each test

This ensures better test isolation and improves reliability

Edited by Illya Klymov