Merge pull request #208 from overleaf/jpa-let-mocha-catch-errors

[misc] let mocha catch errors when running acceptance tests
This commit is contained in:
Jakob Ackermann 2021-03-02 09:13:51 +00:00 committed by GitHub
commit aa69ac13c4

View file

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