react-images-upload
react-images-upload copied to clipboard
Setup testing infrastructure
It's about time we had tests for the component. Need to setup testing infrastructure (jest, react-testing library or enzyme).
That way, when something is not behaving as expected, we can have the fix also add a test. :joy_cat: