3 items tagged with "tdd"
A development discipline where you write a failing test first, write minimal code to pass it, then refactor, in short red-green-refactor cycles.
Set up Vitest for fast, modern JavaScript testing
Test-Driven Development (TDD) is a practice where you write a failing automated test before writing the code that makes it pass. The cycle is 'red, gr...