feat(tests): update test configurations and improve mocking setup

This commit is contained in:
Jose Selesan
2026-06-03 09:35:04 -03:00
parent c1b47674c8
commit 473686528e
8 changed files with 27 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
"dev": "bun run --hot src/server.ts",
"start": "bun src/server.ts",
"build": "tsc -b",
"test": "bun test",
"test": "bun test --preload ./test/support/prisma.mock.ts ./test",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",