Skip to content

Commit 9d7554b

Browse files
authored
Update buildingpart.test.js
1 parent 660e0c7 commit 9d7554b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/buildingpart.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ test('Constructor', () => {
6161
expect(part.options.roof.orientation).toBe('along');
6262

6363
// toDo: Mock BuildingShapeUtils and test options
64+
expect(BuildingShapeUtils.longestSideAngle(part.shape)).toBe(0)
6465
expect(part.options.roof.direction).toBe(90);
6566
expect(errors.length).toBe(0);
6667
});

0 commit comments

Comments
 (0)