typeorm/.mocharc.json
2025-06-21 16:54:00 +05:00

11 lines
265 B
JSON

{
"__comment": "TODO: remove --exit flag: https://mochajs.org/#-exit",
"exit": true,
"check-leaks": true,
"color": true,
"file": ["./build/compiled/test/utils/test-setup.js"],
"recursive": true,
"spec": ["./build/compiled/test"],
"timeout": 90000
}