Added exit code

This commit is contained in:
freearhey
2019-09-07 18:24:59 +03:00
parent 340cab352e
commit 3731817f91

View File

@@ -82,6 +82,8 @@ async function test() {
console.log(`FAILURES! (${stats.tests} tests, ${stats.channels} channels, ${stats.failures} failures)`)
process.exit(1)
}
}