mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-16 05:49:43 +02:00
Use ssim fast algorithm
This commit is contained in:
@@ -32,5 +32,7 @@ addMatchImageSnapshotCommand({
|
|||||||
comparisonMethod: 'ssim',
|
comparisonMethod: 'ssim',
|
||||||
failureThreshold: 0.02,
|
failureThreshold: 0.02,
|
||||||
failureThresholdType: 'percent',
|
failureThresholdType: 'percent',
|
||||||
blur: 2,
|
customDiffConfig: {
|
||||||
|
ssim: 'fast',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user