americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snapshot fails ignoring diff failureThreshold

factiondavid opened this issue · comments

This is CI env. Any pointers on what's going on here on how to fix it?

failureThreshold: 4, failureThresholdType: 'pixel',

image

write like
failureThreshouldType: 'pixel',
failureThreshold: 4

might be works 🔢