Skip to content

Commit 60c3f3d

Browse files
committed
update ui tests
1 parent 95c30ca commit 60c3f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/visual-regression/zoom/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { toMatchImageSnapshot } = require('jest-image-snapshot');
33
expect.extend({ toMatchImageSnapshot });
44

55
const config = {
6-
failureThreshold: 0.01,
6+
failureThreshold: 0.02,
77
failureThresholdType: 'percent'
88
};
99

0 commit comments

Comments
 (0)