Skip to content

Commit

Permalink
chore: increase failureThreshold for image snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-birman committed Jun 5, 2024
1 parent a72c353 commit 77743a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('integration', () => {

expect(expectedImage).toMatchImageSnapshot({
updatePassedSnapshot: true,
failureThreshold: 0.05,
failureThreshold: 0.1,
failureThresholdType: 'percent',
});
}
Expand Down

0 comments on commit 77743a3

Please sign in to comment.