We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eb323 commit d32f206Copy full SHA for d32f206
vitest.config.mts
@@ -8,6 +8,7 @@ export default defineConfig({
8
globals: true,
9
environment: "jsdom",
10
setupFiles: ["src/mocks/test.setup.ts", "./vitest.setup.ts"],
11
+ exclude: ["**/node_modules/**", "**/dist/**", "tests/e2e/**"],
12
env: {
13
// Exactly 32 bytes for AES-256
14
BETTER_AUTH_SECRET: "12345678901234567890123456789012", // Exactly 32 bytes for AES-256
0 commit comments