Skip to content

Commit

Permalink
change failure threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Belciug committed Dec 2, 2021
1 parent f09b4f2 commit 12f7ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/storyshots-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const beforeScreenshot = () =>
// Allow a small amount of deviation to account for
// CI running on a different OS than local development.
const getMatchOptions = () => ({
failureThreshold: 0,
failureThreshold: 0.1,
failureThresholdType: 'percent',
});

Expand Down

0 comments on commit 12f7ef6

Please sign in to comment.