How to test validators and sanitizers in Express using Mocha

  • last month
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.

Recommended