Skip to content

Commit 9a602ba

Browse files
committed
first cut choroplethmapbox tests
1 parent a166761 commit 9a602ba

File tree

3 files changed

+607
-4
lines changed

3 files changed

+607
-4
lines changed

test/jasmine/assets/mock_lists.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ var glMockList = [
6767
];
6868

6969
var mapboxMockList = [
70-
['scattermapbox', require('@mocks/mapbox_bubbles-text.json')]
70+
['scattermapbox', require('@mocks/mapbox_bubbles-text.json')],
71+
['choroplethmapbox', require('@mocks/mapbox_choropleth0.json')]
7172
];
7273

7374
module.exports = {

0 commit comments

Comments
 (0)