Skip to content

Commit 0b036fb

Browse files
committed
Increase default visual diff tolerance
1 parent 56a8d65 commit 0b036fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sitemap-visual-diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function parseArgs(): Options {
3131
const opts: Options = {
3232
previewUrl: "",
3333
outputDir: "visual_diffs",
34-
tolerance: 0.2,
34+
tolerance: 0.3,
3535
width: 1280,
3636
viewHeight: 1024,
3737
concurrency: 4,

0 commit comments

Comments
 (0)