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
It's not possible to test POST requests with content-typeapplication/x-www-form-urlencoded or multipart/form-data.
I was trying to use https://www.npmjs.com/package/request#forms as an inspiration on how to test form posts with unexpected-express. But it seems the implementation for { form: { ... } } is missing
The text was updated successfully, but these errors were encountered:
It's not possible to test POST requests with
content-type
application/x-www-form-urlencoded
ormultipart/form-data
.I was trying to use https://www.npmjs.com/package/request#forms as an inspiration on how to test form posts with unexpected-express. But it seems the implementation for
{ form: { ... } }
is missingThe text was updated successfully, but these errors were encountered: