Vitest Test Infrastructure

Description

Vitest is the test runner chosen for the rebuild effort (the original leak shipped no test files). Config sets globals true, environment node, include tests/*/.test.ts, setupFiles tests/setup.ts, testTimeout 30s, and crucially a resolve.alias mapping bun:bundle to src/shims/bun-bundle.ts so tests share the dev-mode shim.

Key claims

Relations

Sources

src-20260420-8dcd5186432d