mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
change to test file
This commit is contained in:
parent
2ec50ca587
commit
3f3110ce71
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue