Skip to content

Commit 862bcc9

Browse files
committed
Restoring failureThreshold after debugging
1 parent 5aaa259 commit 862bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/jest-image-snapshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
// https://github.com/obartra/ssim
1414
ssimCompare: {
1515
comparisonMethod: 'ssim',
16-
failureThreshold: 0.0,
16+
failureThreshold: 0.15,
1717
},
1818
};
1919

0 commit comments

Comments
 (0)