Skip to content

Commit ff3b9ee

Browse files
committed
remove skipping blacklist
1 parent c6c2ef7 commit ff3b9ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ for(var i = 0; i < allMockList.length; i++) {
104104

105105
// skip blacklist
106106
if([
107-
'mapbox_density0-legend',
108-
'mapbox_osm-style'
107+
109108
].indexOf(mockName) !== -1) {
110109
continue;
111110
}

0 commit comments

Comments
 (0)