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 0116b21 commit 070941eCopy full SHA for 070941e
test/jasmine/tests/mapbox_test.js
@@ -1153,7 +1153,7 @@ describe('mapbox plots', function() {
1153
.then(done, done.fail);
1154
}, LONG_TIMEOUT_INTERVAL);
1155
1156
- fit('@noCI @gl should respect scrollZoom config option', function(done) {
+ it('@noCI @gl should respect scrollZoom config option', function(done) {
1157
var mockCopy2 = Lib.extendDeep({}, mock);
1158
mockCopy2.config = {scrollZoom: false};
1159
var relayoutCnt = 0;
0 commit comments