Skip to content

Commit 02ec0b6

Browse files
committed
Fix tests
1 parent 92fdfa5 commit 02ec0b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/worldmap.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ describe('Worldmap', () => {
362362
initialZoom: 1,
363363
},
364364
colors: ['red', 'blue', 'green'],
365+
circleOptions: {},
365366
},
366367
tileServer: 'CartoDB Positron',
367368
};
@@ -451,6 +452,7 @@ describe('WorldmapFoundation', () => {
451452
initialZoom: 1,
452453
},
453454
colors: ['red', 'blue', 'green'],
455+
circleOptions: {},
454456
showZoomControl: true,
455457
showAttribution: true,
456458
},

0 commit comments

Comments
 (0)