mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] let mocha catch errors when running acceptance tests
This commit is contained in:
parent
22762f698c
commit
a26a497743
1 changed files with 5 additions and 0 deletions
5
services/real-time/config/settings.test.js
Normal file
5
services/real-time/config/settings.test.js
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
errors: {
|
||||||
|
catchUncaughtErrors: false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue