testing-library / user-event

🐕 Simulate user events
https://testing-library.com/user-event
MIT License
2.14k stars 242 forks source link

`.upload()` missing setter in `HTMLInputElement.files` overwrite #1223

Open ph-fritsche opened 4 weeks ago

ph-fritsche commented 4 weeks ago

Discussed in https://github.com/testing-library/user-event/discussions/1155 by borja-sanz-sanz

https://github.com/testing-library/user-event/blob/main/src/utils/edit/setFiles.ts lacks a setter.

It's not possible to create a FileList programmatically, but our users could retrieve one from a simulated drag event.