Skip to content

Commit

Permalink
Update test_utils.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 10, 2024
1 parent b919d2d commit 4e257b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { BuildingShapeUtils } from '../src/extras/BuildingShapeUtils.js';
import { JSDOM } from 'jsdom';

test('Test Closed Way', () => {
test('Test Closed Way', async () => {
var way = '<way id="1"><nd ref="2"/><nd ref="3"/><nd ref="4"/><nd ref="5"/><nd ref="2"/></way>';
let parser = new window.DOMParser();
let xmlData = parser(way);
Expand Down

0 comments on commit 4e257b9

Please sign in to comment.