mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
Increase threshold
This commit is contained in:
@@ -30,7 +30,6 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
|||||||
|
|
||||||
addMatchImageSnapshotCommand({
|
addMatchImageSnapshotCommand({
|
||||||
comparisonMethod: 'ssim',
|
comparisonMethod: 'ssim',
|
||||||
failureThreshold: 0.01,
|
failureThreshold: 0.02,
|
||||||
failureThresholdType: 'percent',
|
failureThresholdType: 'percent',
|
||||||
customDiffConfig: { threshold: 0.02 },
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user