Your CI re-runs the entire test suite on every push. But a one-line change can
only break a handful of tests. The rest is wasted compute — and wasted minutes
you spend waiting.
The usual fix is "run only the tests affected by my change." Vitest and Jest
ship this:






