You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I've got quite a peculiar bug that I've isolated in this repo. My server (koa) returns two set-cookie headers. When run standalone, both superagent and supertest parse the two set-cookie headers into separate items in an array.
Hi folks, I've got quite a peculiar bug that I've isolated in this repo. My server (koa) returns two
set-cookie
headers. When run standalone, both superagent and supertest parse the twoset-cookie
headers into separate items in an array.When run in the context of jest, supertest behaves differently, combining the two
set-cookie
headers.The repo has a reproduction. Any idea how this could be happening? Am I crazy?
The text was updated successfully, but these errors were encountered: