Added exit code

This commit is contained in:
freearhey 2019-09-07 18:24:59 +03:00
parent 0d3c1e8e05
commit aa73104f7b
1 changed files with 2 additions and 0 deletions

View File

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