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 a408f14 commit 961c747Copy full SHA for 961c747
test/jasmine/tests/mapbox_test.js
@@ -533,12 +533,10 @@ describe('mapbox plots', function() {
533
.then(done, done.fail);
534
}, LONG_TIMEOUT_INTERVAL);
535
536
- // TODO: mockWithLayers.layout.mapbox.layers array only has 1 entry
537
it('@gl should be able to add, update and remove layers', function(done) {
538
var mockWithLayers = require('../../image/mocks/mapbox_layers');
539
540
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
541
-
542
var layer1 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[1]);
543
544
var mapUpdate = {
0 commit comments