UNPKG

@runbook-docs/mcp-server

Version:
15 lines (13 loc) 390 B
/* * For a detailed explanation regarding each configuration property and type check, visit: * https://jestjs.io/docs/configuration */ export default { preset: 'ts-jest', testEnvironment: 'node', clearMocks: true, collectCoverage: true, coverageDirectory: 'coverage', coverageProvider: 'v8', testMatch: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'] };