Skip to content

📰 testing

Testing Frontend

Lessons from over a million lines of TypeScript at Palantir

weeklyfoo #53 / 2024-10-07
testingtypescript

Vitest vs. Jest

Effective testing frameworks are essential in building reliable JavaScript applications, helping you minimize bugs and catch them early to keep your customers happy. Choosing the right testing framework saves hours of configuration hassles and improves developer experience.

weeklyfoo #61 / 2024-12-02
testing