fix: increase threshold

This commit is contained in:
David Nguyen
2025-10-31 17:21:33 +11:00
parent 4993e8a306
commit efbd133f0e

View File

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