Skip to content

Commit 3901cfb

Browse files
authored
Update combine_ways.test.js
1 parent 1cb42f2 commit 3901cfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/combine_ways.test.js

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

16+
beforeEach(() => {
17+
errorMsgs = [];
18+
});
19+
1620
describe.each([
1721
[
1822
['<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="4"/></way>',

0 commit comments

Comments
 (0)