Thanks to visit codestin.com Credit goes to github.com
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 6e748ef commit c839b4cCopy full SHA for c839b4c
test/jasmine/tests/mapbox_test.js
@@ -146,7 +146,7 @@ describe('mapbox defaults', function() {
146
describe('mapbox credentials', function() {
147
'use strict';
148
149
- if(!hasWebGLSupport('scattermapbox hover')) return;
+ if(!hasWebGLSupport('mapbox credentials')) return;
150
151
var dummyToken = 'asfdsa124331wersdsa1321q3';
152
var gd;
@@ -195,7 +195,7 @@ describe('mapbox credentials', function() {
195
describe('mapbox plots', function() {
196
197
198
+ if(!hasWebGLSupport('mapbox plots')) return;
199
200
var mock = require('@mocks/mapbox_0.json'),
201
gd;
0 commit comments