Ákos Kőműves
akoskm

akoskm

Follow
homeNewsletter 📬Gumroad 📦Aboutnewsletter
Tag

Testing

#testing

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

Mocking GraphQL response for React components using MockedProvider

Feb 26, 20234 min read 401 views

In GraphQL-powered React apps, testing component behavior based on GraphQL data is a common scenario. Let's see how to achieve that with...

Mocking GraphQL response for React components using MockedProvider

How to speed up your integration tests

Feb 8, 20234 min read 516 views

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

How to speed up your integration tests

How to Write Stronger Unit Tests with Jest

Jan 31, 20233 min read 448 views

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

How to Write Stronger Unit Tests with Jest