/** * Round-Trip Tests for Graph Adapters * * These tests verify that data transformations preserve expected properties * when converting between different representations: * - Graph → BenchmarkGraphExpander → toGraph() * - Edge array → TestGraphExpander → edges * - Benchmark → BenchmarkGraphExpander → metrics * * Round-trip tests catch data loss, duplicate edge handling, and * structural corruption during format conversions. */ export {}; //# sourceMappingURL=adapter-roundtrip.unit.test.d.ts.map