This commit is contained in:
Mark Tolmacs 2025-05-14 21:40:27 +02:00
parent b63e285f93
commit 0c76d6b681
No known key found for this signature in database

View File

@ -180,7 +180,6 @@ describe("element binding", () => {
mouse.downAt(50, 50); mouse.downAt(50, 50);
mouse.moveTo(57, 0); mouse.moveTo(57, 0);
mouse.up(0, 0); mouse.up(0, 0);
console.log(JSON.stringify(h.elements));
// Test sticky connection // Test sticky connection
expect(API.getSelectedElement().type).toBe("arrow"); expect(API.getSelectedElement().type).toBe("arrow");