{ "testTimeout": 10000, "rootDir": "../../", "modulePaths": [ "." ], "testEnvironment": "node", "testMatch": [ "/test/unit/api-key/*.spec.ts", "/test/unit/auth/*.spec.ts", "/test/unit/config/*.spec.ts", "/test/unit/database/*.spec.ts", "/test/unit/debugger/*.spec.ts", "/test/unit/helper/*.spec.ts", "/test/unit/logger/*.spec.ts", "/test/unit/message/*.spec.ts", "/test/unit/pagination/*.spec.ts", "/test/unit/setting/*.spec.ts" ], "collectCoverage": true, "coverageDirectory": "coverage", "collectCoverageFrom": [ "./src/common/api-key/services/**", "./src/common/auth/services/**", "./src/common/database/services/**", "./src/common/debugger/services/**", "./src/common/helper/services/**", "./src/common/logger/services/**", "./src/common/message/services/**", "./src/common/pagination/services/**", "./src/common/setting/services/**" ], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } }, "moduleFileExtensions": [ "js", "ts", "json" ], "transform": { "^.+\\.(t|j)s$": "ts-jest" } }