#testing
Read more stories on Hashnode
Articles with this tag
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...
In our previous article, we explored how we can test React Component props by simply mocking the component and turning the props into...
In GraphQL-powered React apps, testing component behavior based on GraphQL data is a common scenario. Let's see how to achieve that with...
And delete some code in the process · In this post, I'll show you how we speed up the build process for one of our clients. Now they can run 40% more...