// import { afterAll, beforeAll, describe, expect, test, vi } from 'vitest'; // import Audio from '../src/audio.vue'; // import type { VNode } from 'vue' // const _mount = (render: () => VNode) => { // return mount(render, { attachTo: document.body }) // } // describe('Audio.vue', () => { // test('render test', async () => { // const wrapper = _mount(() => ) // await nextTick() // } // });