diff --git a/test/index.test.js b/test/index.test.js index e81cf6f..236750d 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -77,7 +77,7 @@ async function testScreenshotSnapshot( // if it's on a local PC, we can just open up the file dumpInlineDiffToConsole: process.env["CI"], comparisonMethod: "ssim", - failureThreshold: 0.01, + failureThreshold: 0.02, failureThresholdType: "percent", }); }