Add gateway health handling to unit and E2E tests, refine department lanes table logic, and enhance advanced view behavior.

This commit is contained in:
Jeppe Bundgaard
2026-04-23 18:45:01 +02:00
parent cc0b238de9
commit 04467316c2
29 changed files with 5106 additions and 1058 deletions
-1
View File
@@ -13,7 +13,6 @@ export default defineConfig({
test: {
environment: "node",
include: ["tests/unit/**/*.spec.js"],
setupFiles: ["tests/unit/setup.js"],
coverage: {
enabled: false,
},