We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ab218 commit 487f33bCopy full SHA for 487f33b
test/hipped-bug.test.js
@@ -58,7 +58,7 @@ test('Hipped Roof Exception', () => {
58
<tag k="roof:shape" v="hipped"/>
59
</way>
60
</osm>`;
61
- const bldg = (new Building('88514597', data);
+ const bldg = new Building('88514597', data);
62
const meshes = bldg.render();
63
expect(meshes.length).toBe(1);
64
});
0 commit comments