mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 00:09:51 +02:00
Remove ssim:fast
This commit is contained in:
@@ -74,6 +74,7 @@
|
|||||||
"shiki",
|
"shiki",
|
||||||
"sidharth",
|
"sidharth",
|
||||||
"sphinxcontrib",
|
"sphinxcontrib",
|
||||||
|
"ssim",
|
||||||
"statediagram",
|
"statediagram",
|
||||||
"stylis",
|
"stylis",
|
||||||
"substate",
|
"substate",
|
||||||
|
@@ -32,7 +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,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user