eugef / node-mocks-http

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

Fix res.json and res.jsonp in order to handle `false` and `null` responses #179

Closed teractys closed 5 years ago

eugef commented 5 years ago

@teractys thanks for the PR, could you please add test that proves that false and null responses are handled correctly

teractys commented 5 years ago

Here you are !

eugef commented 5 years ago

Thanks