Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 20, 2024
1 parent 1c55704 commit 6c405fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/access-code/access-code-vr.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('FOR: VR: Access-code', () => {
// const jestVRConfig = require('./jest-vr.config.js');
const { configureToMatchImageSnapshot } = require('jest-image-snapshot');
const toMatchImageSnapshot = configureToMatchImageSnapshot({
customDiffConfig: { threshold: 0.6 },
customDiffConfig: { threshold: 0.1, dumpDiffToConsole: true },
});
expect.extend({ toMatchImageSnapshot });
const image = await page.screenshot();
Expand Down

0 comments on commit 6c405fe

Please sign in to comment.