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 Apr 9, 2020
1 parent 407a402 commit 1e469df
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 1e469df

Please sign in to comment.