express-mock-request
express-mock-request copied to clipboard
fixed issue with express.methods not defined
+1 the current revision doesn't work, the pull request works.
+1, I also need this PR to be merged
For internal testings express is now using a module called supertest the replacement was pretty straightforward for me.
I would recommend this module to be marked as deprecated and to point to supertest as an alternative.
Thanks @frantzmiccoli , I ll do my tests with supertest then :)