kentcdodds / react-testing-library-examples

Created with CodeSandbox
https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples
407 stars 102 forks source link

Test uploading files with fireEvent #1

Closed hoodwink73 closed 6 years ago

hoodwink73 commented 6 years ago

Since we have adopted fireEvent to trigger events in our change, the earlier way to test uploading files does not work anymore.

This example will help users get familiar with how to test uploading file using fireEvent.

This addresses kentcdodds/react-testing-library#93