ensured password reset and account verification works as well as support dashboard

This commit is contained in:
2025-12-13 06:50:29 -06:00
parent 173f6ccf6d
commit a6f267492d
14 changed files with 2991 additions and 111 deletions

View File

@@ -16,4 +16,9 @@ export default defineConfig({
port: 3000,
},
base: '/',
test: {
globals: true,
environment: 'jsdom',
setupFiles: './src/setupTests.ts',
},
});