fix: increase res

This commit is contained in:
David Nguyen
2025-10-31 20:49:57 +11:00
parent 2e2980f04f
commit 4e2443396c

View File

@ -258,7 +258,7 @@ const compareSignedPdfWithImages = async ({
width, width,
height, height,
{ {
threshold: 0.2, threshold: 0.25,
// includeAA: true, // This allows stricter testing. // includeAA: true, // This allows stricter testing.
}, },
); );