typeorm/.mocharc.json
2025-03-26 22:10:19 +01:00

9 lines
180 B
JSON

{
"check-leaks": true,
"color": true,
"file": ["./build/compiled/test/utils/test-setup.js"],
"spec": ["./build/compiled/test"],
"timeout": "90000",
"recursive": true
}