/** * Contract Tests for TestGraphExpander * * These tests verify that TestGraphExpander correctly implements * the GraphExpander interface contract, with particular focus on: * - Edge array → adjacency list conversion * - Factory functions (star, hub, grid, chain) * - Degree calculation consistency * - Directed vs undirected graph handling * * TestGraphExpander is a simpler adapter used in unit tests, * with direct adjacency list construction rather than lazy loading. */ export {}; //# sourceMappingURL=test-graph-expander.unit.test.d.ts.map