Skip to content

Commit 4f42d1b

Browse files
committed
add densitymapbox jasmine tests
1 parent 91a9bc4 commit 4f42d1b

File tree

2 files changed

+489
-1
lines changed

2 files changed

+489
-1
lines changed

test/jasmine/assets/mock_lists.js

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

6969
var mapboxMockList = [
7070
['scattermapbox', require('@mocks/mapbox_bubbles-text.json')],
71-
['choroplethmapbox', require('@mocks/mapbox_choropleth0.json')]
71+
['choroplethmapbox', require('@mocks/mapbox_choropleth0.json')],
72+
['densitymapbox', require('@mocks/mapbox_density0.json')]
7273
];
7374

7475
module.exports = {

0 commit comments

Comments
 (0)