SYSTEM Cited by 1 source
Vitest¶
Vitest is a Vite-native unit testing framework with Jest-compatible API. Uses Vite's transform pipeline so dev-test-build share module graphs.
Role on this wiki¶
- 1,700+ Vitest tests in vinext's test suite, many ported from the Next.js repo.
- Part of AI agent guardrails that made AI-written code reviewable.
Seen in¶
Related¶
- systems/vite โ host build tool.
- systems/vinext โ canonical production consumer.
- systems/playwright โ complementary E2E tier.