Pocket / curation-tools-frontend

DEPRECATED
Mozilla Public License 2.0
10 stars 53 forks source link

Replace fireEvent() calls with userEvent() ones in all tests #114

Closed nina-py closed 3 years ago

nina-py commented 3 years ago

Following a recent upgrade of the testing libraries, all simulated user interactions in tests are now done with userEvent() calls which make tests more intuitive to write and easier to read.