import '@testing-library/jest-dom'; import { beforeEach, afterEach } from 'vitest'; // 全局测试配置 beforeEach(() => { // 设置测试环境 }); afterEach(() => { // 清理测试环境 });