[misc] let mocha catch errors when running acceptance tests
@@ -0,0 +1,5 @@
+module.exports = {
+ errors: {
+ catchUncaughtErrors: false
+ }
+}