Added exit code
This commit is contained in:
parent
0d3c1e8e05
commit
aa73104f7b
|
@ -82,6 +82,8 @@ async function test() {
|
||||||
|
|
||||||
console.log(`FAILURES! (${stats.tests} tests, ${stats.channels} channels, ${stats.failures} failures)`)
|
console.log(`FAILURES! (${stats.tests} tests, ${stats.channels} channels, ${stats.failures} failures)`)
|
||||||
|
|
||||||
|
process.exit(1)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue