Ákos Kőműves
akoskm

akoskm

Follow
homeNewsletter 📬Gumroad 📦Aboutnewsletter
Tag

Jest

#jest

More content

Read more stories on Hashnode


Articles with this tag

How to test a className with Jest and React testing library

Jul 8, 20234 min read 792 views

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...

How to test a className with Jest and React testing library

Test complex DOM structures with React Testing Library

Jun 13, 20235 min read 383 views

Write better React Testing Library test if you're moving from Enzyme · Establishing sound software engineering principles in teams is one thing, but...

Test complex DOM structures with React Testing Library

How to Test Props in React with Jest

Apr 12, 20233 min read 1.6K views

In our previous article, we explored how we can test React Component props by simply mocking the component and turning the props into...

How to Test Props in React with Jest

How to test props in React Testing Library

Jan 13, 20234 min read 11.6K views

In this post, we'll learn how to test the props a React Function Component receives with React Testing Library and Jest. Before React Testing Library...

How to test props in React Testing Library

How to migrate from Mocha to Jest

May 12, 20214 min read 2.3K views

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 &...

How to migrate from Mocha to Jest