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 db36596 commit 871c2d3Copy full SHA for 871c2d3
test/jasmine/tests/mapbox_test.js
@@ -533,7 +533,7 @@ describe('mapbox plots', function() {
533
.then(done, done.fail);
534
}, LONG_TIMEOUT_INTERVAL);
535
536
- fit('@gl should be able to add, update and remove layers', function(done) {
+ it('@gl should be able to add, update and remove layers', function(done) {
537
var mockWithLayers = require('../../image/mocks/mapbox_layers');
538
539
var layer0 = Lib.extendDeep({}, mockWithLayers.layout.mapbox.layers[0]);
0 commit comments