We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd70cb5 commit 54e7346Copy full SHA for 54e7346
test/utils.test.js
@@ -98,5 +98,5 @@ test('Get Width', () => {
98
});
99
100
test('Vertex Angles', () => {
101
- expect(BuildingShapeUtils.vertexAngle(rightTriangle)).toStrictEqual([-Math.PI / 2, -Math.PI / 4, -Math.PI / 4]);
+ expect(BuildingShapeUtils.vertexAngle(rightTriangle)).toStrictEqual([Math.PI / 2, Math.PI / 4, Math.PI / 4]);
102
0 commit comments