In my authentication service based on React and Node.js, the password reset feature is divided in two parts. One consists in password reset link. Second is to use the link to change the password. This video shows the second part and how i'm testing it using Sinon and Mocha.