More fix tests

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-04-24 21:26:56 +02:00
parent 7d2253b75f
commit 1f6cb8d576
No known key found for this signature in database

View file

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