mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
Add ssim:fast
This commit is contained in:
@@ -32,8 +32,8 @@ addMatchImageSnapshotCommand({
|
|||||||
comparisonMethod: 'ssim',
|
comparisonMethod: 'ssim',
|
||||||
failureThreshold: 0.02,
|
failureThreshold: 0.02,
|
||||||
failureThresholdType: 'percent',
|
failureThresholdType: 'percent',
|
||||||
// customDiffConfig: {
|
customDiffConfig: {
|
||||||
// ssim: 'fast',
|
ssim: 'fast',
|
||||||
// },
|
},
|
||||||
blur: 1,
|
blur: 1,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user