spawn/packages
A 475a1772a7
test: Remove always-pass conditional guards in icon-integrity tests (#2214)
The `if (parsed.success)` and `if (id in SOURCES)` guards inside test
bodies were redundant — an `expect(...).toBe(true)` assertion always
precedes them, so the inner expects would only be skipped if the test
was already failing. Replace with early-return guards that make the
control flow explicit and remove the nested indirection.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:51:52 -05:00
..
cli test: Remove always-pass conditional guards in icon-integrity tests (#2214) 2026-03-05 07:51:52 -05:00
shared refactor: extract inline hook commands to TypeScript scripts (#2174) 2026-03-03 23:05:41 -08:00