spawn/packages
A 7e263e706b
fix: remove fake tests that copy-paste source functions instead of importing (#1919)
Delete resolve-prompt.test.ts entirely - it defined replicas of
extractFlagValue, resolvePrompt, and handleDefaultCommand from index.ts
rather than importing them. The replicas had already diverged from the
real code (different parameters, missing flag aliases).

Remove replica functions (renderCompactList, renderMatrixFooter) and
their tests from matrix-compact-footer.test.ts while keeping the valid
tests for exported functions (getImplementedClouds, getMissingClouds,
calculateColumnWidth, getTerminalWidth).

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 03:26:58 -08:00
..
cli fix: remove fake tests that copy-paste source functions instead of importing (#1919) 2026-02-25 03:26:58 -08:00
shared fix: remove unused biome-ignore suppression comments in shared type-guards (#1892) 2026-02-24 17:48:10 -05:00