1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in @vue/test-utils where the `unmount` function leaves behind a wrapper <div> element when using the `attachTo` option. The solution requires modifying the `unmount` function to remove this extra element, ensuring the target element is left clean after unmounting a component.

Complexity: 4/5
bug good first issue

Vue Test Utils for Vue 3

TypeScript