From aa73104f7ba57573d33f365348004840943668ff Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 7 Sep 2019 18:24:59 +0300 Subject: [PATCH] Added exit code --- test/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/index.js b/test/index.js index a7424b3f40..44b40d65d6 100644 --- a/test/index.js +++ b/test/index.js @@ -82,6 +82,8 @@ async function test() { console.log(`FAILURES! (${stats.tests} tests, ${stats.channels} channels, ${stats.failures} failures)`) + process.exit(1) + } }