[misc] let mocha catch errors when running acceptance tests

This commit is contained in:
Jakob Ackermann 2021-03-01 15:48:27 +00:00
parent 22762f698c
commit a26a497743

View file

@ -0,0 +1,5 @@
module.exports = {
errors: {
catchUncaughtErrors: false
}
}