AI-news/vitest.config.ts
2026-04-17 21:58:37 +09:00

9 lines
145 B
TypeScript

import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
unstubGlobals: true,
restoreMocks: true,
},
});