UNPKG

@boundless-oss/atlas

Version:

Atlas - MCP Server for comprehensive startup project management

14 lines 457 B
import { ModuleSetup } from '../../core/types.js'; /** * Testing Framework Module Setup * * Provides comprehensive test management tools including: * - Test execution with coverage analysis * - Test result tracking and trends * - Flaky test detection * - Coverage analysis and recommendations * - Test watching and auto-rerun * - Baseline comparisons */ export declare const testingFrameworkModule: ModuleSetup; //# sourceMappingURL=index.d.ts.map