[Feature] Tests for CldImage component
Feature Request
Is your feature request related to a problem? Please describe.
We should have some tests revolving around the CldImage
Describe the solution you'd like
The tests should not test the Next.js Image component, rather it should be testing logic inside of the CldImage and the wrapping implementation.
Try to avoid crossover where tests should be focused on the functionality the specific feature is providing
Do we need an additional testing tool for React for this on top of Jest?
@AvaterClasher ive never worked with React Testing Library but here's a video that may help: https://www.youtube.com/watch?v=XTNqyEBPAFw
Hey @AvaterClasher , If you are not working on it then can i pick it up. @colbyfayock
@aggmoulik you can do it
sure @aggmoulik assigning to you!
@aggmoulik are you still working on this?