We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31db8b2 commit 0389821Copy full SHA for 0389821
1 file changed
test/mapboxgl/mapping/WebMapV3Spec.js
@@ -20,6 +20,7 @@ describe('mapboxgl-webmap3.0', () => {
20
window.document.body.appendChild(testDiv);
21
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
22
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
23
+ mapboxgl.Map.prototype.overlayLayersManager = {}
24
});
25
afterEach(() => {
26
if (mapstudioWebmap && mapstudioWebmap.map) {
0 commit comments