americanexpress / jest-image-snapshot

✨ Jest matcher for image comparisons. Most commonly used for visual regression testing.
Apache License 2.0
3.81k stars 197 forks source link

Jest Property Matchers functionality #259

Closed Dazmurphy closed 3 years ago

Dazmurphy commented 3 years ago

Is it possible to use Property Matchers in jest-image-snapshot? I don't see any way to pass these to the toMatchImageSnapshot function.

See below for docs of property matchers: https://jestjs.io/docs/snapshot-testing#property-matchers

anescobar1991 commented 3 years ago

No, though I am curious on what property matchers you would want to use with jest-image-snapshot given that it does an image comparison and not an object comparison.

What use cases are you thinking of?

Dazmurphy commented 3 years ago

Ah, my apologies, I misunderstood the use case of this library. I thought there was object comparison possible. Thanks for the quick response.

anescobar1991 commented 3 years ago

No problem! For object comparison jest has a built in matcher!