forwardemail / forwardemail/supertest
text fields gone
Open
- Dominant language
- JavaScript
- Stars
- 14.4k
- Forks
- 782
- PR merge metrics
- No merged PRs in 30d
Description
```
.post('/').field({
uuid: '123'
})
.attach('file', './a.md')
.set({
'Authorization': 'a token',
});
```
in the request, only the file show up, the text field uuid not.
multer is used for handling multi-part data
Contributor guide
Assessment
This issue has not been assessed yet.