Skip to content

Commit ad7327c

Browse files
authored
Update multipolygon.test.js
1 parent 8b75e4a commit ad7327c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/multipolygon.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ test('Test Simple Multipolygon', () => {
4646
expect(errors.length).toBe(0);
4747
});
4848

49+
// @todo Test a multipolygon with multiple closed outer ways.
50+
4951
window.printError = printError;
5052

5153
var errors = [];

0 commit comments

Comments
 (0)