spawn/packages/cli/src
A 4686310758
test: remove duplicate TTY mock boilerplate in picker-cov.test.ts (#3043)
6 TTY interaction tests each repeated 20+ lines of identical stty/spawnSync
mock setup. Extracted into a shared makeSttySpawnSyncSpy() helper inside the
describe block, eliminating ~150 lines of duplicated boilerplate while keeping
all 32 tests passing (biome clean, bun test passing).

-- qa/dedup-scanner

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
2026-03-27 08:41:53 +07:00
..
__tests__ test: remove duplicate TTY mock boilerplate in picker-cov.test.ts (#3043) 2026-03-27 08:41:53 +07:00
aws fix(ux): suppress duplicate install message and set UTF-8 locale (#2950) 2026-03-24 01:59:11 -07:00
commands fix(security): use StrictHostKeyChecking=accept-new in all SSH connections (#3037) 2026-03-26 18:04:40 -07:00
digitalocean test: remove theatrical source-grep tests, replace with real unit tests (#2948) 2026-03-24 02:08:45 -07:00
gcp fix: remove docker from --fast and fix docker cp into container (#2976) 2026-03-25 14:52:05 +07:00
hetzner fix: resolve UX issues in spawn claude hetzner (#2977) (#2980) 2026-03-25 15:50:51 +07:00
local fix: standardize ESM import extensions across 35 production files (#2827) 2026-03-20 08:51:40 -07:00
shared fix(security): use StrictHostKeyChecking=accept-new in all SSH connections (#3037) 2026-03-26 18:04:40 -07:00
sprite fix(e2e): fix --fast mode for native binary agents on Sprite (#2965) 2026-03-25 02:59:11 +07:00
flags.ts fix: add --yes/-y to KNOWN_FLAGS so spawn delete --name <name> --yes works (#3024) 2026-03-27 02:54:33 +07:00
guidance-data.ts refactor: remove dead exports only used within their own files (#2431) 2026-03-10 08:51:15 -04:00
history.ts feat: recursive spawn (--beta recursive) (#2978) 2026-03-25 10:42:09 -07:00
index.ts feat: recursive spawn tree passback (#3023) 2026-03-26 15:21:50 -07:00
manifest.ts fix: validate manifest fields are plain objects, not just truthy (#2921) 2026-03-24 06:48:54 +07:00
picker.ts refactor: remove dead exported types from picker.ts and spawn-config.ts (#2553) 2026-03-12 21:43:05 -04:00
security.ts fix(security): resolve symlinks in prompt file validation to prevent bypass (#2744) 2026-03-17 22:21:11 -07:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts fix(update-check): redirect install script stdout to stderr in --output json mode (#2919) 2026-03-24 03:18:50 +07:00