Skip to content

Commit 8439505

Browse files
authored
Update hipped-bug.test.js
1 parent 487f33b commit 8439505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hipped-bug.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ test('Hipped Roof Exception', () => {
5959
</way>
6060
</osm>`;
6161
const bldg = new Building('88514597', data);
62+
expect(bldg.outerElement.shape.extractPoints().shape).toStrictEqual([]);
6263
const meshes = bldg.render();
6364
expect(meshes.length).toBe(1);
6465
});

0 commit comments

Comments
 (0)