change to test file

This commit is contained in:
Ting Lu 2025-04-25 13:36:46 -04:00
parent 2ec50ca587
commit 3f3110ce71

View file

@ -61,7 +61,7 @@ describe("group resize", () => {
originalWidth = h.elements[0].width;
originalHeight = h.elements[0].height;
UI.resize(h.elements[0], "nw", [-50, -50], { shift: true });
UI.resize(h.elements[0], "e", [50, 0], { shift: true });
expect(h.elements[0].width).toBe(originalWidth - 50);
expect(h.elements[0].height).toBe(originalHeight - 50);