eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
753 stars 133 forks source link

Send request body/payload to trigger relevant events #163

Closed amitguptagwl closed 6 years ago

amitguptagwl commented 6 years ago

162

Following change will trigger 'data', and 'end' event on request stream when user calls 'send' method.

eugef commented 6 years ago

Hi @amitguptagwl could you please squash your PR into 1 commit.

amitguptagwl commented 6 years ago

Sure. I've just raised a PR #164 .