#testing
Read more stories on Hashnode
Articles with this tag
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...
Catch unintended changes early · Let's talk about something I often encounter in Pull Requests: weak unit tests. We'll explore why such tests can lead to...