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

@@ -9,8 +9,6 @@
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"format": "biome format --write .",
"lint": "biome lint .",