agent-ecosystem/test/main/features/runtime-provider-management
ComradeSwarog b12106d8f4 fix(test): use expect.any(String) for junction error message assertions
The failure.message passed to ensureOpenCodeProfileNodeModulesJunction
comes from normalizeCommandFailure which may produce a JSON-escaped
string when the error contains structured JSON in stdout. Using the
raw runtimeMessage literal causes a mismatch in CI. Switch to
expect.any(String) to accept any string value for the errorMessage
parameter while still verifying the call happens.
2026-05-28 13:08:55 +03:00
..
AgentTeamsRuntimeProviderManagementCliClient.test.ts fix(test): use expect.any(String) for junction error message assertions 2026-05-28 13:08:55 +03:00
openCodeWindowsNodeModulesJunction.test.ts fix(opencode): address code review feedback — extract paths from error message, fix test imports 2026-05-28 13:08:55 +03:00
registerRuntimeProviderManagementIpc.test.ts fix(runtime-provider-management): surface provider diagnostics 2026-05-22 15:42:25 +03:00