Lower screenshot threshold

This commit is contained in:
Jordan Eldredge 2019-08-27 13:12:31 -07:00
parent 6383334f09
commit 8933b16f16

View file

@ -8,7 +8,7 @@ const snapshotOptions = {
// There are some font rendering issues which prevent us from pushing this lower right now.
// We could setup some tests which don't render text and set the threshold lower.
// Ideally we can resolve the font rendering issue.
failureThreshold: "0.01",
failureThreshold: "0.001",
failureThresholdType: "percent",
};