#testing-library
Read more stories on Hashnode
Articles with this tag
A few weeks ago, I began creating small applications for my upcoming course on Testing React applications. I aimed to make the setup simple and easy...
You don't write components from scratch every time. Maintaining existing parts of the system that have been working without an issue for years is also...
This blog post gives you a bird's eye view of the different ways to test your React components and some ideas for converting your tests from Enzyme to...
Introduction to Jest Snapshots All right, let's talk about testing! 😇 First, I'd like to applaud you for testing your apps! I'm happy that you...
When testing JavaScript applications, one of the most common checks I see is if an element has a specific class or an element with some class has some...
Write better React Testing Library test if you're moving from Enzyme · Establishing sound software engineering principles in teams is one thing, but...