test(ci): force mocha to exit on stuck process (#11538)

This commit is contained in:
Oleg "OSA413" Sokolov 2025-06-21 16:54:00 +05:00 committed by GitHub
parent 1bcf05552f
commit 70057de7e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,6 @@
{
"__comment": "TODO: remove --exit flag: https://mochajs.org/#-exit",
"exit": true,
"check-leaks": true,
"color": true,
"file": ["./build/compiled/test/utils/test-setup.js"],