Skip to content

Commit e5e0f7c

Browse files
authored
Set tolerance to 0.06 (#5626)
1 parent 54e519d commit e5e0f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"browserName": "chrome-docker",
33
"imageSnapshotOptions": {
44
"customDiffConfig": {
5-
"threshold": 0.05
5+
"threshold": 0.06
66
},
77
"noColors": true
88
},

packages/test/harness/src/host/jest/setupToMatchImageSnapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global.expect &&
44
global.expect.extend({
55
toMatchImageSnapshot: configureToMatchImageSnapshot({
66
customDiffConfig: {
7-
threshold: 0.05
7+
threshold: 0.06
88
},
99
noColors: true
1010
})

0 commit comments

Comments
 (0)