feat(tests): update test configurations and improve mocking setup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user