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

TypeError: Cannot read properties of undefined (reading '_counters') #312

Closed xv-bhaumik-bhut closed 1 year ago

xv-bhaumik-bhut commented 1 year ago

When I call toMatchImageSnapshot() function, it will give me the below error.

TypeError: Cannot read properties of undefined (reading '_counters')

wongjiahau commented 10 months ago

@xv-bhaumik-bhut How did you solve it?