lint & format
This commit is contained in:
@@ -37,7 +37,7 @@ const _ce = ({
|
||||
width: w,
|
||||
height: h,
|
||||
angle: a,
|
||||
} as ExcalidrawElement);
|
||||
}) as ExcalidrawElement;
|
||||
|
||||
describe("getElementAbsoluteCoords", () => {
|
||||
it("test x1 coordinate", () => {
|
||||
|
||||
@@ -24,7 +24,7 @@ describe("Test measureText", () => {
|
||||
...params,
|
||||
});
|
||||
expect(getContainerCoords(element)).toEqual({
|
||||
x: 44.2893218813452455,
|
||||
x: 44.289321881345245,
|
||||
y: 39.64466094067262,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user