eugef / node-mocks-http

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

Dealing with writeHeader #210

Closed joetidee closed 4 years ago

joetidee commented 4 years ago

I have this code that sends the response on the server. How do I mock out writeHeader?

res.writeHeader(200, { 'Content-Type': 'text/html' });
res.write(someStuff);
res.end();
github-actions[bot] commented 4 years ago

Stale issue message