We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6591746 commit d8668c0Copy full SHA for d8668c0
test/utils.test.js
@@ -76,7 +76,7 @@ test('Edge Direction', () => {
76
});
77
78
test('Edge Direction2', () => {
79
- expect(BuildingShapeUtils.edgeDirection(rightTriangle2)).toBeDeepCloseTo([Math.PI, -Math.PI / 4, Math.PI / 2]);
+ expect(BuildingShapeUtils.edgeDirection(rightTriangle2)).toBeDeepCloseTo([-Math.PI, -Math.PI / 4, Math.PI / 2]);
80
81
82
test('Longest side angle', () => {
0 commit comments