I deleted Jest for Node’s built-in test runner
The node test runner now ships inside the runtime: zero dependencies, built-in mocking, coverage, even TypeScript. Where I dropped Jest for it, and where I…
The node test runner now ships inside the runtime: zero dependencies, built-in mocking, coverage, even TypeScript. Where I dropped Jest for it, and where I…
I defended Jest for three years, then moved a real monorepo to Vitest in one afternoon. Here is the ESM pain that pushed me, the…
I ran Cypress for years, then moved my e2e suite to Playwright. Here's what actually broke, what improved, and how I'd do the migration again.
I migrated a Laravel codebase from PHPUnit to Pest and stopped halfway. Here's where Pest actually wins, where PHPUnit still does, and what I'd skip.
I've been migrating projects from Jest to Vitest since late 2024. Here's where Vitest actually wins, where Jest still beats it, and the playbook I…