fix: make validators test failures exit non-zero

This commit is contained in:
immanuwell
2026-05-07 20:13:56 +04:00
parent 7bc08c0425
commit 0611ceb5c3

View File

@@ -244,4 +244,5 @@ try {
runTests();
} catch (error) {
console.error("Test failed:", error);
process.exit(1);
}