Skip to content

Commit cf3f612

Browse files
committed
Temporary failureThreshold change for debugging
1 parent 18183ad commit cf3f612

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.15,
16+
failureThreshold: 0.0,
1717
},
1818
};
1919

0 commit comments

Comments
 (0)