spelling: should

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-04-17 08:13:29 -04:00
parent a9f3b432ff
commit b1e1a0c0d7
9 changed files with 10 additions and 10 deletions

View File

@@ -30,8 +30,8 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
// SSIM actually does not catch minute changes in the image, so it is not as accurate as pixelmatch.
// addMatchImageSnapshotCommand({
// comparisonMethod: 'ssim',
// failureThreshold: 0.01,
// failureThresholdType: 'percent',
// failureThreshould: 0.01,
// failureThreshouldType: 'percent',
// customDiffConfig: {
// ssim: 'fast',
// },