#jest
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 this post, we'll learn how to test the props a React Function Component receives with React Testing Library and Jest. 2023 October update: the...
Jest is a simple testing library that works with zero configuration. Because of its great API - if you're already using Mocha - with a few find &...