mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
10 lines
143 B
TypeScript
10 lines
143 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
root: ".",
|
|
test: {
|
|
clearMocks: true,
|
|
globals: true,
|
|
},
|
|
});
|