Skip to content

Commit

Permalink
Restoring failureThreshold after debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jul 24, 2020
1 parent 5aaa259 commit 862bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helpers/jest-image-snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
// https://github.com/obartra/ssim
ssimCompare: {
comparisonMethod: 'ssim',
failureThreshold: 0.0,
failureThreshold: 0.15,
},
};

Expand Down

0 comments on commit 862bcc9

Please sign in to comment.