We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447a8ae commit 1a0cf7fCopy full SHA for 1a0cf7f
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(bldg.outerElement.options.roof.direction).toBe(0)
+ expect(bldg.outerElement.options.roof.direction).toBe(0);
190
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
191
// verify this
192
expect(sideAngle).toBe(-2.229783094955044);
0 commit comments