diff --git a/understand-anything-plugin/packages/dashboard/src/utils/__tests__/edgeAggregation.test.ts b/understand-anything-plugin/packages/dashboard/src/utils/__tests__/edgeAggregation.test.ts index 3b41edc..f5196c3 100644 --- a/understand-anything-plugin/packages/dashboard/src/utils/__tests__/edgeAggregation.test.ts +++ b/understand-anything-plugin/packages/dashboard/src/utils/__tests__/edgeAggregation.test.ts @@ -6,6 +6,8 @@ const ce = (source: string, target: string, type: EdgeType = "calls"): GraphEdge source, target, type, + direction: "forward", + weight: 1, }); describe("aggregateContainerEdges", () => {