Login
From:
2ality.com
(Uncensored)
subscribe
Testing types in TypeScript
https://2ality.com/2025/02/testing-types-typescript.html
links
backlinks
Tagged with:
testing
javascript
Roast topics
Find topics
Find it!
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.