# ADR 008: Vitest

- HTML version: https://robbiepalmer.me/projects/agentic-code-review/adrs/004-vitest
- Project: Agentic Code Review (https://robbiepalmer.me/projects/agentic-code-review.md)
- Status: Accepted
- Date: 2025-10-18
- Inherited from project: personal-site (https://robbiepalmer.me/projects/personal-site/adrs/008-vitest.md)

Vitest covers the service's deterministic unit tests and Cloudflare-supported
workerd integration tests. The shared stateless engine retains Node's test
runner, so this inheritance applies to the stateful Worker rather than imposing
one runner on every part of the review system.

## Notes for Agentic Code Review

Vitest covers the service's deterministic unit tests and Cloudflare-supported
workerd integration tests. The shared stateless engine retains Node's test
runner, so this inheritance applies to the stateful Worker rather than imposing
one runner on every part of the review system.

---

Markdown index of this site: https://robbiepalmer.me/llms.txt
