Categories

Testing

Articles

Archiving Robust UI

Robust UI E-book Cover Long overdue, I've archived my Robust UI e-book landing page. While the content about React component…

How to test gatsby-node

This article will be enough to get you started with unit testing gatsby-node.js, we are not going to deep dive into every possible…

How to test SVG Graphs

This article is walk-through of testing a React Bar Graph with Jest and React Testing Library. The style of tests documented here…

The snapshot testing tool

Kent C Dodds mentions in his article about snapshot testing when referring to a particular snapshot. "What makes this snapshot…