danawoodman / sinon-express-mock

Simple request and response mock objects to pass into Express routes when testing using Sinon.
https://www.npmjs.com/package/sinon-express-mock
MIT License
47 stars 16 forks source link

mockNext? #22

Open 10ko opened 5 years ago

10ko commented 5 years ago

It would be nice to have the mock for the next() function. I am testing some middleware in typescript and it would be useful.

I can make a PR if you'd like.

danawoodman commented 5 years ago

Feel free to submit a PR 👍