diff --git a/test/mocha.setup.js b/test/mocha.setup.js new file mode 100644 index 0000000..2adcb98 --- /dev/null +++ b/test/mocha.setup.js @@ -0,0 +1 @@ +process.on("unhandledRejection", (r) => { throw r; });