14 · Shipping & Collaboration

Vitest / Jest

JavaScript unit test runners

Popular test runners for JS/TS units and components. Vitest is common in Vite projects; Jest remains widespread across the ecosystem.

Concrete example

`vitest run` or `jest` executes the project’s unit tests in CI.

Why it matters

The usual command an agent runs after changing application logic.