Skip to content

Commit 0389821

Browse files
committed
【fix】UT
1 parent 31db8b2 commit 0389821

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/mapboxgl/mapping/WebMapV3Spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ describe('mapboxgl-webmap3.0', () => {
2020
window.document.body.appendChild(testDiv);
2121
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
2222
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
23+
mapboxgl.Map.prototype.overlayLayersManager = {}
2324
});
2425
afterEach(() => {
2526
if (mapstudioWebmap && mapstudioWebmap.map) {

0 commit comments

Comments
 (0)