From 96ca01b9b769ffa44e9075b9c9c12693d73ba3a5 Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Thu, 23 Jan 2025 16:50:45 +0100 Subject: [PATCH] Bezier curve line intersection implementation + test --- packages/excalidraw/tests/history.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/excalidraw/tests/history.test.tsx b/packages/excalidraw/tests/history.test.tsx index 5000940ca4..ab8b1c1bc8 100644 --- a/packages/excalidraw/tests/history.test.tsx +++ b/packages/excalidraw/tests/history.test.tsx @@ -9,6 +9,7 @@ import { togglePopover, getCloneByOrigId, } from "./test-utils"; +import "../utils/test-utils"; import { Excalidraw } from "../index"; import { Keyboard, Pointer, UI } from "./helpers/ui"; import { API } from "./helpers/api";