We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe819a8 commit f0d0716Copy full SHA for f0d0716
test/mapboxgl/mapping/WebMapV3Spec.js
@@ -238,14 +238,6 @@ describe('mapboxgl-webmap3.0', () => {
238
return Promise.resolve();
239
});
240
spyOn(mapboxgl, 'Map').and.callFake(mbglmap);
241
- var testDiv = window.document.createElement("div");
242
- testDiv.setAttribute("id", "map");
243
- testDiv.style.styleFloat = "left";
244
- testDiv.style.marginLeft = "8px";
245
- testDiv.style.marginTop = "50px";
246
- testDiv.style.width = "1000px";
247
- testDiv.style.height = "500px";
248
- window.document.body.appendChild(testDiv);
249
const mapInfo = JSON.parse(mapstudioWebMap_symbol);
250
const nextMapInfo = {
251
...mapInfo,
0 commit comments