Skip to content

Commit 26265be

Browse files
committed
Increase threshold
1 parent f1c493c commit 26265be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/visual/visualTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { readFile, writeFile } = server.commands
66
// By how much can each color channel value (0-255) differ before
77
// we call it a mismatch? This should be large enough to not trigger
88
// based on antialiasing.
9-
const COLOR_THRESHOLD = 15;
9+
const COLOR_THRESHOLD = 25;
1010

1111
// By how many pixels can the snapshot shift? This is
1212
// often useful to accommodate different text rendering

0 commit comments

Comments
 (0)