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
{
|
|
"$schema": "https://json.schemastore.org/mocharc",
|
|
"check-leaks": true,
|
|
"color": true,
|
|
"exit": true,
|
|
"file": ["./build/compiled/test/utils/test-setup.js"],
|
|
"recursive": true,
|
|
"spec": ["./build/compiled/test/**/*.test.{js,ts}"],
|
|
"timeout": 90000
|
|
}
|