fix e2e: update auth route mocks and config for Better Auth

This commit is contained in:
Barcode Betty
2026-04-15 21:18:45 +00:00
parent 3a67b26e1f
commit a55c64a9c8
4 changed files with 14 additions and 24 deletions
+3
View File
@@ -12,6 +12,9 @@ export default defineConfig({
command: 'npm run dev',
url: 'http://localhost:5173',
reuseExistingServer: !process.env.CI,
env: {
VITE_MOCK_AUTH: 'true',
},
},
use: {
baseURL: 'http://localhost:5173',