Skip to content

Commit d9c6e02

Browse files
committed
rename new mock, generate baseline and append new trace mock to the list
1 parent b0f230c commit d9c6e02

File tree

4 files changed

+3
-336
lines changed

4 files changed

+3
-336
lines changed
83.3 KB
Loading

test/image/mocks/scatterclustermapbox.json

Lines changed: 0 additions & 336 deletions
This file was deleted.

test/jasmine/assets/mock_lists.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ var glMockList = [
7070
];
7171

7272
var mapboxMockList = [
73+
['scatterclustermapbox', require('@mocks/mapbox_scattercluster.json')],
7374
['scattermapbox', require('@mocks/mapbox_bubbles-text.json')],
7475
['choroplethmapbox', require('@mocks/mapbox_choropleth0.json')],
7576
['densitymapbox', require('@mocks/mapbox_density0.json')]

test/jasmine/tests/mock_test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ var list = [
715715
'mapbox_geojson-attributes',
716716
'mapbox_layers',
717717
'mapbox_osm-style',
718+
'mapbox_scattercluster',
718719
'mapbox_stamen-style',
719720
'mapbox_symbol-text',
720721
'mapbox_texttemplate',
@@ -1767,6 +1768,7 @@ figs['mapbox_fill'] = require('@mocks/mapbox_fill');
17671768
figs['mapbox_geojson-attributes'] = require('@mocks/mapbox_geojson-attributes');
17681769
figs['mapbox_layers'] = require('@mocks/mapbox_layers');
17691770
figs['mapbox_osm-style'] = require('@mocks/mapbox_osm-style');
1771+
figs['mapbox_scattercluster'] = require('@mocks/mapbox_scattercluster');
17701772
figs['mapbox_stamen-style'] = require('@mocks/mapbox_stamen-style');
17711773
figs['mapbox_symbol-text'] = require('@mocks/mapbox_symbol-text');
17721774
figs['mapbox_texttemplate'] = require('@mocks/mapbox_texttemplate');

0 commit comments

Comments
 (0)