The most critical three learnings for testing frontend, from ten years helping lead frontend engineering at Palantir.
A short guide on how to set up TypeScript unit tests with debugging on VsCode, allowing you to set breakpoints on your unit tests.
A guide on various methods and techniques for implementing safer switch and if/else statements, including use of the never type and eslint rules.