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

add res.setHeader stub #23

Open andiwi opened 3 years ago

andiwi commented 3 years ago

Hi,

I just recognized that res.setHeaders is not stubbed on response mock. Is there a reason for it? Would be great, if this will also be included in the library.