We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeff5f0 commit 6331350Copy full SHA for 6331350
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