An open API service indexing awesome lists of open source software.

https://github.com/sapegin/rtl-article-2019

Modern React testing: Jest and Enzyme
https://github.com/sapegin/rtl-article-2019

Last synced: 10 months ago
JSON representation

Modern React testing: Jest and Enzyme

Awesome Lists containing this project

README

          

# Modern React testing article examples: React Testing Library

Examples for the React Testing Library part of the article series on testing React components:

- [Modern React testing, part 1: best practices](https://blog.sapegin.me/all/react-testing-1-best-practices/)
- [Modern React testing, part 2: Jest and Enzyme](https://blog.sapegin.me/all/react-testing-2-jest-and-enzyme/)
- [Modern React testing, part 3: Jest and React Testing Library](https://blog.sapegin.me/all/react-testing-3-jest-and-react-testing-library/)
- [Modern React testing, part 4: Cypress and Cypress Testing Library](https://blog.sapegin.me/all/react-testing-4-cypress/)