¡Sorpréndeme!

How to test validators and sanitizers in Express using Mocha

2024-08-08 1 Dailymotion

express-validator is a set of middlewares for express.js that provides a collection of validators and sanitizers to validate and sanitize the received requests in Express.js.

This video shows an approach for how to test these validators and sanitizers using Mocha.