We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c30ca commit 60c3f3dCopy full SHA for 60c3f3d
test/visual-regression/zoom/test.js
@@ -3,7 +3,7 @@ const { toMatchImageSnapshot } = require('jest-image-snapshot');
3
expect.extend({ toMatchImageSnapshot });
4
5
const config = {
6
- failureThreshold: 0.01,
+ failureThreshold: 0.02,
7
failureThresholdType: 'percent'
8
};
9
0 commit comments