Skip to content

fix: close #25 - #26

Closed
reaatech wants to merge 1 commit into
mainfrom
issue/ci-failing-on-main-all-checks-passed-security-audit-25
Closed

fix: close #25#26
reaatech wants to merge 1 commit into
mainfrom
issue/ci-failing-on-main-all-checks-passed-security-audit-25

Conversation

@reaatech

@reaatech reaatech commented Jun 4, 2026

Copy link
Copy Markdown
Owner

Summary

Vitest 4 compat — fixed packages/mcp-bridge/src/a2a-to-mcp.test.ts to use function expressions (not arrow functions) in vi.fn().mockImplementation() calls, since vitest 4 enforces that constructor-capable mocks must use function/class declarations, and patched an unhandled rejected promise.

Closes #25

**Vitest 4 compat** — fixed `packages/mcp-bridge/src/a2a-to-mcp.test.ts` to use `function` expressions (not arrow functions) in `vi.fn().mockImplementation()` calls, since vitest 4 enforces that constructor-capable mocks must use `function`/`class` declarations, and patched an unhandled rejected promise.
@reaatech

reaatech commented Jun 4, 2026

Copy link
Copy Markdown
Owner Author

Auto-closed by RepoBot

This pr has been automatically closed because:

CI failed: All Checks Passed, Test (20)

RepoBot runs unattended. No human action is required.

@reaatech reaatech closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI failing on main: All Checks Passed, Security Audit

1 participant