Skip to content

Commit 070941e

Browse files
committed
remove fit()
1 parent 0116b21 commit 070941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ describe('mapbox plots', function() {
11531153
.then(done, done.fail);
11541154
}, LONG_TIMEOUT_INTERVAL);
11551155

1156-
fit('@noCI @gl should respect scrollZoom config option', function(done) {
1156+
it('@noCI @gl should respect scrollZoom config option', function(done) {
11571157
var mockCopy2 = Lib.extendDeep({}, mock);
11581158
mockCopy2.config = {scrollZoom: false};
11591159
var relayoutCnt = 0;

0 commit comments

Comments
 (0)