Local Testing with Vitest
Use the existing unit and integration tests as the fastest confidence check for config and routing changes.
When to use this
What this does not do
Repo-grounded example
npm test
npm run test:coverage
RUN_LOCAL_WORKER_E2E=true npm run test:e2eTroubleshooting
Related docs
Last updated