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