Javier Aguilar
Javi's Dev Blog

Javi's Dev Blog

Follow
Follow
homeWebDevGameDevAbout MeSponsorStart your blog
Tag

Testing

#testing

More content

Read more stories on Hashnode


Articles with this tag

Mocking the IntersectionObserver in Jest for testing React components

Oct 22, 20233 min read37 views

The IntersectionObserver is a powerful API for tracking elements' visibility within the viewport. Many modern web applications use it to implement...

Mocking the IntersectionObserver in Jest for testing React components

How to test the Error cause with Jest and TypeScript

Feb 9, 20233 min read1.2K views

Extending Jest in TypeScript to write custom matchers for testing additional Error properties. · When developing applications, it's essential to handle...

How to test the Error cause with Jest and TypeScript

How to mock TypeScript interfaces with Jest

Apr 17, 20213 min read12.1K views

Last week I was creating a NodeJS + ExpressJS app in TypeScript and I was wondering how to apply the Onion Architecture successfully. In practice...

How to mock TypeScript interfaces with Jest