Remove ssim:fast

This commit is contained in:
Sidharth Vinod
2022-12-08 14:05:37 +05:30
parent 688d671d2e
commit a3d8f1f8e4
2 changed files with 5 additions and 3 deletions

View File

@@ -74,6 +74,7 @@
"shiki",
"sidharth",
"sphinxcontrib",
"ssim",
"statediagram",
"stylis",
"substate",

View File

@@ -32,7 +32,8 @@ addMatchImageSnapshotCommand({
comparisonMethod: 'ssim',
failureThreshold: 0.02,
failureThresholdType: 'percent',
customDiffConfig: {
ssim: 'fast',
},
// customDiffConfig: {
// ssim: 'fast',
// },
blur: 1,
});