We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8668c0 commit e81737dCopy full SHA for e81737d
test/utils.test.js
@@ -80,9 +80,7 @@ test('Edge Direction2', () => {
80
});
81
82
test('Longest side angle', () => {
83
- // A three.Shape object does not repeat the fist and last nodes.
84
- expect(rightTriangle.extractPoints().shape.length).toBe(3);
85
- expect(BuildingShapeUtils.longestSideAngle(rightTriangle)).toBe(-Math.PI / 4);
+ expect(BuildingShapeUtils.longestSideAngle(rightTriangle)).toBe(3 * Math.PI / 4);
86
87
88
describe.each([
0 commit comments