Skip to content

Commit ecb850b

Browse files
committed
rm temporary 'scattermapbox' register calls in jasmine tests
1 parent ee932fb commit ecb850b

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ var MOUSE_DELAY = 100;
1717

1818
var noop = function() {};
1919

20-
// until it is part of the main plotly.js bundle
21-
Plotly.register(
22-
require('@lib/scattermapbox')
23-
);
24-
2520
Plotly.setPlotConfig({
2621
mapboxAccessToken: MAPBOX_ACCESS_TOKEN
2722
});

test/jasmine/tests/plotschema_test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ var Plotly = require('@lib/index');
22
var Lib = require('@src/lib');
33

44
Plotly.register([
5-
// until it is part of the main plotly.js bundle
6-
require('@lib/scattermapbox'),
7-
85
// until they become official
96
require('../assets/transforms/filter')
107
]);

test/jasmine/tests/scattermapbox_test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ var destroyGraphDiv = require('../assets/destroy_graph_div');
1010
var hasWebGLSupport = require('../assets/has_webgl_support');
1111
var customMatchers = require('../assets/custom_matchers');
1212

13-
// until it is part of the main plotly.js bundle
14-
Plotly.register(
15-
require('@lib/scattermapbox')
16-
);
17-
1813
Plotly.setPlotConfig({
1914
mapboxAccessToken: require('@build/credentials.json').MAPBOX_ACCESS_TOKEN
2015
});

0 commit comments

Comments
 (0)