All topics / Jest and Vitest

Jest and Vitest

JavaScript and TypeScript testing: Jest's batteries-included matchers, mocks, and snapshots — and Vitest, the faster, Vite-native drop-in with the same API.

  1. The model: what a test runner does
  2. The daily core: matchers, mocks, async, timers
  3. Production reality: snapshots, flakiness, and Jest vs Vitest