Closed OpenDog closed 6 years ago
Express 4.11+
http://expressjs.com/en/api.html#res.append
Monkey patch for now:
mockResponse["append"] = (header: string, value: string) => { console.log("Mock Append - header: " + header + " value: " + value); };
Express 4.11+
http://expressjs.com/en/api.html#res.append
Monkey patch for now: