diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index 729ac62..c030bb5 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -29,7 +29,7 @@ describe('integration', () => { expect(expectedImage).toMatchImageSnapshot({ updatePassedSnapshot: true, - failureThreshold: 0.05, + failureThreshold: 0.1, failureThresholdType: 'percent', }); }