Skip to content

Commit

Permalink
update ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Oct 9, 2019
1 parent 95c30ca commit 60c3f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visual-regression/zoom/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { toMatchImageSnapshot } = require('jest-image-snapshot');
expect.extend({ toMatchImageSnapshot });

const config = {
failureThreshold: 0.01,
failureThreshold: 0.02,
failureThresholdType: 'percent'
};

Expand Down

0 comments on commit 60c3f3d

Please sign in to comment.