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

@@ -19,7 +19,8 @@
"lint:frontend": "bun --filter frontend lint",
"lint:frontend:fix": "bun --filter frontend lint:fix",
"lint:backend": "bun --filter backend lint",
"lint:backend:fix": "bun --filter backend lint:fix"
"lint:backend:fix": "bun --filter backend lint:fix",
"test": "bun --filter backend test"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",