cd server; yarn; yarn start
cd client; yarn; yarn start
cd client; yarn test The second test should fail as no image has been uploaded yet.
Connect to http://localhost:3000/ Select an image from the interface then click on "Send" button
cd client; yarn test This time all tests are successful as you can found the uploaded image in the upload folder at project's root directory