Setup react-testing-library
Closed this issue · 0 comments
adamjarling commented
Description
Setup the testing infrastructure for react-testing-library
, which will replace our previous reliance upon enzyme
.
https://github.com/testing-library/react-testing-library
https://testing-library.com/react
https://github.com/airbnb/enzyme
Done Looks Like
- All packages are in place and tested to support the React Testing Library in our project
Tasks
- Install all necessary packages
- Test within our application the setup works seamlessly
- Write basic sample test