From da167ef2ca39984761d091e4031c5754bfad49f0 Mon Sep 17 00:00:00 2001 From: Timur Brachkow <33203187+brachkow@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:34:09 +0200 Subject: [PATCH] Try using bezkrovny --- tests/regression.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression.test.ts b/tests/regression.test.ts index 6624ae84..31c0ec79 100644 --- a/tests/regression.test.ts +++ b/tests/regression.test.ts @@ -151,7 +151,7 @@ describe('visual regression test for', () => { expect(image).toMatchImageSnapshot({ comparisonMethod: 'ssim', customDiffConfig: { - ssim: 'fast', + ssim: 'bezkrovny', }, failureThreshold: Math.pow(16, 2), failureThresholdType: 'pixel',