spawn/packages/cli/src
A a1ab6093f8
test: Remove duplicate and theatrical tests (#1949)
* test: Remove duplicate and theatrical tests

- Remove duplicate getScriptFailureGuidance describe block from
  download-and-failure.test.ts (already covered by script-failure-guidance.test.ts)
- Remove duplicate getStatusDescription and getErrorMessage describe blocks
  from download-and-failure.test.ts (covered by commands-exported-utils.test.ts)
- Remove duplicate buildRetryCommand, isRetryableExitCode, getScriptFailureGuidance,
  and getErrorMessage describe blocks from run-path-credential-display.test.ts
  (all covered by dedicated test files)
- Remove duplicate hasCloudCredentials and credentialHints describe blocks
  from run-path-credential-display.test.ts (covered by cloud-credentials.test.ts
  and credential-hints.test.ts respectively)
- Fix always-pass conditional patterns in manifest-type-contracts.test.ts:
  remove tautological "at least one agent uses X" tests that only registered
  when the condition was already true, making them guaranteed-pass noise

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-- qa/dedup-scanner

* fix: Apply biome format to fix trailing blank lines in test files

Remove trailing blank lines in download-and-failure.test.ts and
run-path-credential-display.test.ts to satisfy biome format check.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-- qa/team-lead

---------

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-26 06:14:39 -08:00
..
__tests__ test: Remove duplicate and theatrical tests (#1949) 2026-02-26 06:14:39 -08:00
aws refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
daytona fix: add missing timeout to Daytona runServer/runServerCapture (#1945) 2026-02-26 05:51:41 -05:00
digitalocean refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
fly fix: replace non-null assertions with proper null guards in fly.ts and oauth.ts (#1946) 2026-02-26 05:49:48 -05:00
gcp refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
hetzner refactor: Remove dead code and stale references (#1950) 2026-02-26 08:36:08 -05:00
local fix: eliminate keystroke loss during interactive agent sessions (#1939) 2026-02-26 00:08:38 -05:00
shared fix: replace non-null assertions with proper null guards in fly.ts and oauth.ts (#1946) 2026-02-26 05:49:48 -05:00
sprite fix: eliminate keystroke loss during interactive agent sessions (#1939) 2026-02-26 00:08:38 -05:00
commands.ts fix: use spawnSync for script execution to eliminate fd 0 competition (#1942) 2026-02-26 02:50:59 -05:00
flags.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
guidance-data.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
history.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
index.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
manifest.ts test: fix inline source copies — import real isValidManifest instead of stale replica (#1900) 2026-02-24 22:04:03 -08:00
picker.ts fix: replace @clack/prompts multiselect with /dev/tty picker for SSH keys (#1907) 2026-02-24 23:54:54 -08:00
security.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
unicode-detect.ts feat: Bun workspace monorepo — packages/cli + packages/shared (#1853) 2026-02-23 22:07:05 -08:00
update-check.ts style: enforce separated type imports via biome (#1870) 2026-02-24 00:16:03 -08:00