We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0cf7f commit de2d454Copy full SHA for de2d454
test/gabledroofbug.test.js
@@ -186,6 +186,7 @@ beforeEach(() => {
186
test('Constructor', () => {
187
const bldg = new Building('868101951', data);
188
expect(bldg.parts.length).toBe(0);
189
+ expect(bldg.outerElement.getAttribute('roof:direction')).toBe(0);
190
expect(bldg.outerElement.options.roof.direction).toBe(0);
191
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
192
// verify this
0 commit comments