diff --git a/js/__tests__/baseline.integration-test.js b/js/__tests__/baseline.integration-test.js index ef457e81..dda8ff84 100644 --- a/js/__tests__/baseline.integration-test.js +++ b/js/__tests__/baseline.integration-test.js @@ -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", };