Skip to content

Commit 121fe39

Browse files
authored
Update combine_ways.test.js
1 parent c76745d commit 121fe39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/combine_ways.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ test('Test combining 3 ways 1->2->3', () => {
7676
expect(result[0].outerHTML).toBe(way4);
7777
});
7878

79+
/**
7980
test('Test combining 4 ways', () => {
8081
var way1 = '<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>';
8182
var way2 = '<way id="2"><nd ref="3"/><nd ref="4"/><nd ref="5"/></way>';
@@ -90,3 +91,4 @@ test('Test combining 4 ways', () => {
9091
expect(result.length).toBe(1);
9192
expect(result[0].outerHTML).toBe(way4);
9293
});
94+
*/

0 commit comments

Comments
 (0)