Skip to content

Commit c3ab218

Browse files
authored
Update and rename hipped-bug to hipped-bug.test.js
1 parent b2ca08b commit c3ab218

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/hipped-bug renamed to test/hipped-bug.test.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @jest-environment jsdom
3+
*/
4+
5+
import {expect, test, beforeEach, describe} from '@jest/globals';
6+
7+
import { Building } from '../src/building.js';
8+
19
test('Hipped Roof Exception', () => {
210
const data = `<osm version="0.6" generator="openstreetmap-cgimap 2.0.1 (2514269 spike-07.openstreetmap.org)" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
311
<node id="1028052161" visible="true" version="3" changeset="156067245" timestamp="2024-09-01T18:20:50Z" user="masmirnov" uid="16256027" lat="59.9515658" lon="30.7065509"/>

0 commit comments

Comments
 (0)