react-fitted-image
react-fitted-image copied to clipboard
Tests: loader property
When loader prop is set, the component should render first the loader, then the picture when loaded. To test this feature, I need to understand how to mock promises with Jest.