agent-ecosystem/test/main/features
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
..
codex-runtime-installer fix(ci): stabilize runtime release checks 2026-05-22 00:55:29 +03:00
runtime-provider-management fix(test): use expect.any(String) for junction error message assertions 2026-05-28 13:08:55 +03:00
tmux-installer fix: harden team runtime liveness 2026-04-24 20:52:26 +03:00