Skip to content

Commit

Permalink
Update snapshot and lower failure threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Jan 14, 2021
1 parent 93c6492 commit 3de246a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/config/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jest.setTimeout(PUPPETEER_TIMEOUT || 100000);
const toMatchImageSnapshot = configureToMatchImageSnapshot({
dumpDiffToConsole: true,
failureThresholdType: 'percent',
failureThreshold: 5,
failureThreshold: 3,
});

// Extend Jest's "expect" with image snapshot functionality.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3de246a

Please sign in to comment.