Increase blur

This commit is contained in:
Sidharth Vinod
2022-12-08 12:54:45 +05:30
parent e792bf5239
commit aa949b4ff6

View File

@@ -32,5 +32,5 @@ addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.02,
failureThresholdType: 'percent',
blur: 1,
blur: 2,
});