Skip to content

Commit df77966

Browse files
committed
skip over mapbox image mock (for now),
as `scattermapbox' isn't part of lib/index.js module
1 parent 4f2812d commit df77966

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/image/compare_pixels_test.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ function runAll() {
5454
);
5555
});
5656

57-
// skip mapbox mocks on CircleCI (for now)
58-
if(process.env.CIRCLECI) {
59-
mocks = mocks.filter(function(mock) {
60-
return mock.indexOf('mapbox_') === -1;
61-
});
62-
}
57+
// skip mapbox mocks for now
58+
mocks = mocks.filter(function(mock) {
59+
return mock.indexOf('mapbox_') === -1;
60+
});
6361

6462
t.plan(mocks.length);
6563

0 commit comments

Comments
 (0)