Skip to content

Commit e8b1f84

Browse files
authored
Update utils.test.js
1 parent 9fc5414 commit e8b1f84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/utils.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ import { Shape } from 'three';
1313
import { BuildingShapeUtils } from '../src/extras/BuildingShapeUtils.js';
1414
// import { JSDOM } from 'jsdom';
1515

16+
17+
// Test createShape
18+
1619
test('Test Closed Way', () => {
1720
var way = '<way id="1"><nd ref="2"/><nd ref="3"/><nd ref="4"/><nd ref="5"/><nd ref="2"/></way>';
1821
let parser = new window.DOMParser();

0 commit comments

Comments
 (0)