I have an app built on Express.js and I\'d like to test the file upload functionality. I\'m trying to reproduce the object parsed to req.files (when using express.bodyParser
Just came across this module by TJ: https://github.com/visionmedia/supertest.