mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 22:32:01 -05:00
9 lines
138 B
TypeScript
9 lines
138 B
TypeScript
import { defineProject } from "vitest/config";
|
|
|
|
export default defineProject({
|
|
test: {
|
|
clearMocks: true,
|
|
restoreMocks: true,
|
|
},
|
|
});
|