Back
Testing
Testing Frontend — Lessons from over a million lines of TypeScript at Palantir
Testing Frontend — Lessons from over a million lines of TypeScript at Palantir

The most critical three learnings for testing frontend, from ten years helping lead frontend engineering at Palantir.

Debugging React Testing Library Tests | A Beginner’s Guide in 2024
Debugging React Testing Library Tests | A Beginner’s Guide in 2024

A beginner’s guide to debugging React testing library tests, with a code walkthrough of how to use react-testing-library to debug tests.

'How to Prevent "Cannot Read Property Split of Undefined"'
'How to Prevent "Cannot Read Property Split of Undefined"'

An article about the error 'cannot read property split of undefined' and various techniques to prevent it.

How to Set up Visual Regression Tests
How to Set up Visual Regression Tests

A how-to guide on how to set up visual regression testing in a web application using Jest and Cypress.

How to Test a TypeScript App with Jest | A Step-by-Step Tutorial
How to Test a TypeScript App with Jest | A Step-by-Step Tutorial

Automated testing is an important aspect of software engineering. In the JavaScript ecosystem, TypeScript provides an extra layer of assurance with types in JavaScript. For testing, Jest has been the …