Fix tests in CI

main
Isaiah Odhner 2020-04-28 15:11:13 -04:00
parent 1f130b2c80
commit b05c6a2497
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand({
failureThreshold: 0.0,
failureThreshold: 13,
failureThresholdType: 'pixel',
customDiffConfig: { threshold: 0.2 },
capture: 'viewport',