/** * Canary Integration Tests with Known Ground Truth * * These tests validate the entire pipeline (adapter → algorithm → metrics) * against known-correct results. They serve as "canary in the coal mine" * to detect pipeline-level bugs that unit tests miss. * * Purpose: * - Catch bugs like the BenchmarkGraphExpander reverse edge issue * - Validate end-to-end behavior with real-world graphs * - Provide known ground truth baselines for regression testing * * Each test uses graphs with known structural properties and validates * that algorithms produce expected results. */ export {}; //# sourceMappingURL=canary-tests.integration.test.d.ts.map