¡Sorpréndeme!

How to test the user password change using Sinon and Mocha

2024-08-09 1 Dailymotion

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.