typeorm/.mocharc.json
2025-06-05 21:40:45 +02:00

9 lines
178 B
JSON

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