From 15c8c1df43ea30c7a40b8fedb5aa1ff97fcb4233 Mon Sep 17 00:00:00 2001 From: bre1470 <40056287+bre1470@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:20:37 +0200 Subject: [PATCH] Tools: Fixed tests results validation. --- tools/tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tests.ts b/tools/tests.ts index cf2a0d9..579ddf3 100644 --- a/tools/tests.ts +++ b/tools/tests.ts @@ -197,6 +197,8 @@ async function runUnitTests () { 'failed.\n' ); + process.exit(1); + } }