diff --git a/server/lib/validators.test.ts b/server/lib/validators.test.ts index c4c564cf7..00b6c75db 100644 --- a/server/lib/validators.test.ts +++ b/server/lib/validators.test.ts @@ -244,4 +244,5 @@ try { runTests(); } catch (error) { console.error("Test failed:", error); + process.exit(1); }