Opus finding
vitest setup file path './test/setup-env.ts' referenced but not included in the changed files — risk of broken test bootstrap
lowbuild-releaselow
- apps/web/vitest.config.ts:18-24
vitest.config.ts references ./test/setup-env.ts which is not in the PR's owned file list. If that file doesn't already exist in the repo, every test would fail at setup. Low confidence — likely the file pre-exists outside this PR's scope.
Recommendation
Verify the file exists in the repo and consider committing it alongside the config change.