mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2026-03-13 08:41:05 +08:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
import { afterEach, vi } from "vitest";
|
|
|
|
afterEach(() => {
|
|
vi.clearAllMocks();
|
|
});
|