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 f1c493c commit 26265beCopy full SHA for 26265be
test/unit/visual/visualTest.js
@@ -6,7 +6,7 @@ const { readFile, writeFile } = server.commands
6
// By how much can each color channel value (0-255) differ before
7
// we call it a mismatch? This should be large enough to not trigger
8
// based on antialiasing.
9
-const COLOR_THRESHOLD = 15;
+const COLOR_THRESHOLD = 25;
10
11
// By how many pixels can the snapshot shift? This is
12
// often useful to accommodate different text rendering
0 commit comments