// Global test setup. @vue/test-utils 2.x removed the standalone cleanup() // export; auto-unmount via enableAutoUnmount(afterEach) is the documented // replacement and runs after each test in this file. import { afterEach } from 'vitest' import { enableAutoUnmount } from '@vue/test-utils' enableAutoUnmount(afterEach)