Skip to content

Commit

Permalink
【fix】UT
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Apr 29, 2024
1 parent 31db8b2 commit 0389821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mapboxgl/mapping/WebMapV3Spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('mapboxgl-webmap3.0', () => {
window.document.body.appendChild(testDiv);
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
mapboxgl.Map.prototype.overlayLayersManager = {}
});
afterEach(() => {
if (mapstudioWebmap && mapstudioWebmap.map) {
Expand Down

0 comments on commit 0389821

Please sign in to comment.