Fix lint
This commit is contained in:
parent
70c447059f
commit
6c59c5eefb
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user