Skip to content

Commit de2d454

Browse files
authored
Update gabledroofbug.test.js
1 parent 1a0cf7f commit de2d454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ beforeEach(() => {
186186
test('Constructor', () => {
187187
const bldg = new Building('868101951', data);
188188
expect(bldg.parts.length).toBe(0);
189+
expect(bldg.outerElement.getAttribute('roof:direction')).toBe(0);
189190
expect(bldg.outerElement.options.roof.direction).toBe(0);
190191
const sideAngle = BuildingShapeUtils.longestSideAngle(bldg.outerElement.shape);
191192
// verify this

0 commit comments

Comments
 (0)