Skip to content

Commit 1ec0941

Browse files
committed
mock and baseline changes
1 parent 3b7320f commit 1ec0941

File tree

4 files changed

+11009
-11010
lines changed

4 files changed

+11009
-11010
lines changed
583 KB
Loading
-15.8 KB
Loading

test/image/compare_pixels_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ function untestableFilter(mockName) {
9797
mockName === 'font-wishlist' ||
9898
mockName.indexOf('gl2d_') !== -1 ||
9999
mockName.indexOf('mapbox_') !== -1 ||
100-
mockName.indexOf('gl3d_cone-') !== -1 ||
101-
mockName.indexOf('gl3d_volume_mri') !== -1
100+
mockName.indexOf('gl3d_cone-') !== -1
102101
);
103102

104103
if(!cond) console.log(' -', mockName);

0 commit comments

Comments
 (0)