The Beginner's Guide to React Testing
Do you find yourself asking these questions when it comes to testing in React?
- How do I get started testing?
- What are all the React testing tools and how do I use them?
- Which testing framework should I use (Enzyme or React Testing Library)?
- What are the different types of tests we use in React?
- How do I make testing a habit?
- What's a good level of test coverage?
- Should I be doing test-driven development (TDD)?
If so, then this guide is for you.