azure-kusto-node/.mocharc.json

7 строки
132 B
JSON

{
"require": ["ts-node/register"],
"enable-source-maps": true,
"timeout": 240000,
"spec": ["**/test/**/*Test.ts"]
}