Series: Testing React
All the articles within the series "Testing React".
How to test a className with Jest and React testing library
Published: at 02:53 PMHow to test className with react testing library's container, selector option, and role selectors to enhance codebase resiliency
How to Test Custom Hooks with React Testing Library and Jest
Updated: at 10:08 AMLearn how to test your custom React Hooks with React Testing Library and Jest. You'll find an interactive Codesandox at the end of the post.
How to Write Stronger Unit Tests with Jest
Updated: at 10:08 AMWe'll explore why weak tests can leave changes in behavior to land unnoticeably and what we can do to catch these changes early.
How to speed up your integration tests
Updated: at 10:08 AMIn this post, I'll show you how we speed up the build process for one of our clients. Now they can run 40% more builds on the same budget.