Skip to content

Commit c4fc913

Browse files
committed
Keep current thresholding for now
1 parent 24ffe88 commit c4fc913

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
@@ -37,7 +37,7 @@ let namePrefix = '';
3737
// By how many pixels can the snapshot shift? This is
3838
// often useful to accommodate different text rendering
3939
// across environments.
40-
let shiftThreshold = 1;
40+
let shiftThreshold = 2;
4141

4242
/**
4343
* A helper to define a category of visual tests.

0 commit comments

Comments
 (0)