Skip to content

Commit 6c3855e

Browse files
committed
refactor(algorithms): update MockGraphExpander imports
Update MockGraphExpander to import GraphExpander and Neighbor from @bibgraph/graph-expansion.
1 parent 9416e77 commit 6c3855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/algorithms/__tests__/fixtures/mock-graph-expander.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { GraphExpander, Neighbor } from '../../src/traversal/bidirectional-bfs';
1+
import type { GraphExpander, Neighbor } from '@bibgraph/graph-expansion';
22
import type { TestGraph, TestNode, TestEdge } from './graph-generator';
33

44
/**

0 commit comments

Comments
 (0)