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) + } }