eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
747 stars 131 forks source link

Add response.attachment() from express #246

Closed adamrobcarter closed 2 years ago

adamrobcarter commented 2 years ago

Add support for the express function response.attachment(). Original code is here. It's just a pretty simple shorthand function. First pull request so let me know if there are any style issues!

eugef commented 2 years ago

Hi @adamrobcarter thanks for you contribution,

Could you please add a test case for the response.attachment()

adamrobcarter commented 2 years ago

Have done, thanks!

eugef commented 2 years ago

Much appreciated