We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb5d50 commit 8829bdcCopy full SHA for 8829bdc
test/utils.test.js
@@ -88,3 +88,7 @@ describe('isSelfIntersecting', () => {
88
expect(BuildingShapeUtils.isSelfIntersecting(xml)).toBe(expected);
89
});
90
91
+
92
+test('Center', () => {
93
+ expect(BuildingShapeUtils.center(rightTriangle)).toStrictEqual([0, 0]);
94
+});
0 commit comments