So I\'m writing a test for my Item component and I tried to render the ItemCard component and then use that wrapper to create a snapshot but it returns an empty
ItemCard
You need to use jest-enzyme like:
jest-enzyme
https://github.com/airbnb/enzyme/issues/1533#issuecomment-479591007