mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
11 lines
265 B
JSON
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
|
|
}
|