We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc5414 commit e8b1f84Copy full SHA for e8b1f84
test/utils.test.js
@@ -13,6 +13,9 @@ import { Shape } from 'three';
13
import { BuildingShapeUtils } from '../src/extras/BuildingShapeUtils.js';
14
// import { JSDOM } from 'jsdom';
15
16
+
17
+// Test createShape
18
19
test('Test Closed Way', () => {
20
var way = '<way id="1"><nd ref="2"/><nd ref="3"/><nd ref="4"/><nd ref="5"/><nd ref="2"/></way>';
21
let parser = new window.DOMParser();
0 commit comments