Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Jul 25, 2024
1 parent 92e5215 commit fdcaf7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hurumap-core/src/ChartTooltip/ChartTooltip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const defaultTooltipProps = {
event: null,
title: "",
formattedValue: undefined,
position: { x: 10, y: 10 },
tooltipRef: { current: null },
};

describe("ChartTooltip", () => {
Expand Down

0 comments on commit fdcaf7d

Please sign in to comment.