We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbf2da commit ff6772aCopy full SHA for ff6772a
test/gabledroofbug.test.js
@@ -185,6 +185,7 @@ beforeEach(() => {
185
test('Constructor', () => {
186
const bldg = new Building('868101951', data);
187
expect(bldg.parts.length).toBe(0);
188
+ expect(BuildingParts.getLongestSideAngle(bldg.outerElement)).toBe(90);
189
const meshes = bldg.render();
190
const roofmesh = meshes[0];
191
const roofGeometry = roofmesh.geometry;
0 commit comments