Restore test

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-04-24 20:09:29 +02:00
parent 4d61040184
commit 769c47af86
No known key found for this signature in database

View file

@ -78,9 +78,9 @@ describe("elbow arrow segment move", () => {
expect(arrow.points).toCloselyEqualPoints([ expect(arrow.points).toCloselyEqualPoints([
[0, 0], [0, 0],
[115, 0], [110, 0],
[115, 199.9], [110, 200],
[195, 199.9], [190, 200],
]); ]);
mouse.reset(); mouse.reset();