Skip to content

Commit

Permalink
test: increase image diff threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed May 1, 2024
1 parent 63a4633 commit f2dcf7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then(`the map matches the image snapshot {string}`, (title) => {
},
// maximum threshold above which the test should fail
// default: 0.01
maxDiffThreshold: 0.06
maxDiffThreshold: 0.08
})
})

Expand Down

0 comments on commit f2dcf7f

Please sign in to comment.