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