Skip to content

Commit 0e708e6

Browse files
committed
test: slightly increase threshold for PDF check
1 parent 368256f commit 0e708e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/generate-pdf.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const comparePdfConfig = {
1515
density: 100,
1616
quality: 70,
1717
tolerance: 100,
18-
threshold: 0.05,
18+
threshold: 0.07,
1919
cleanPngPaths: false,
2020
matchPageCount: true
2121
}

0 commit comments

Comments
 (0)