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
- Host: GitHub
- URL: https://github.com/sapegin/rtl-article-2019
- Owner: sapegin
- Created: 2019-07-22T14:39:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T05:07:23.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:43:15.321Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://blog.sapegin.me/all/react-testing-3-jest-and-react-testing-library/
- Size: 2.59 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/)