Refactor test configuration and update type definitions for better compatibility with Prisma

This commit is contained in:
GitHub Copilot
2025-05-06 11:17:58 +00:00
parent 4bf29c70eb
commit bfa57a9655
3 changed files with 30 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ export default defineConfig({
passWithNoTests: true,
teardownTimeout: 5000,
// Testing environment setup
environment: 'jsdom',
setupFiles: ['./src/test/setup.ts'],
// Ensure we're using the right environment
environment: 'node',