The getCIChecks fix changed field names from `conclusion`/`detailsUrl` to `state`/`link`. Updated test mocks to match: - Changed `conclusion: "SUCCESS"` → `state: "SUCCESS"` - Changed `conclusion: "FAILURE"` → `state: "FAILURE"` - Changed `detailsUrl` → `link` Tests now pass with correct field names. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||