Testing Express Validator Jul 31, 2015 Express-validator is a middleware for Express on Node.js that can help you validate user input. It’s a lovely library. Here’s a pattern for testing code that uses it. view source Advertisement