fix: increase threshold

This commit is contained in:
David Nguyen
2025-10-31 17:43:33 +11:00
parent efbd133f0e
commit 3efe0de52f

View File

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