New Feb 24, 2025

Testing types in TypeScript

Top Front-end Bloggers All from 2ality – JavaScript and more View Testing types in TypeScript on 2ality.com

In this blog post, we explore how we can test that complicated TypeScript types work as expected. To do that, we need assertions at the type level and other tools.

Scroll to top