add mocha.setup.js

This commit is contained in:
Ingo Fischer
2022-01-29 15:27:39 +01:00
parent 5d8816f464
commit 84dee7cd6a
+1
View File
@@ -0,0 +1 @@
process.on("unhandledRejection", (r) => { throw r; });