{ "require": [ "../../scripts/import-expansions.js", "../../scripts/test-env-setup.js", "ts-node/register" ], "timeout": 60000, "reporter": "../../configs/mocha-config-mongosh/reporter.ts", "spec": ["./src/**/*.spec.ts"], "exclude": ["**/node_modules/**"] }