spawn/packages
A 47b8bd30cc
test: remove duplicate and theatrical tests (#2763)
removed the "integration with getScriptFailureGuidance" describe block
from credential-hints.test.ts. all three tests were redundant:

- "always includes setup instructions regardless of env state": tested
  for vague "setup instructions" string, already verified by the
  "when all required env vars are missing" describe block above.

- "always returns at least one line": pure existence check, already
  proven by the "when no authHint is provided" tests which assert exact
  length of 1.

- "returns more lines when authHint is provided": tests line-count
  implementation detail rather than behavior; behavior is fully covered
  by the per-scenario describe blocks.

1467 to 1464 tests. zero regressions. biome lint: 0 errors.


-- qa/dedup-scanner

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 06:37:40 -07:00
..
cli test: remove duplicate and theatrical tests (#2763) 2026-03-18 06:37:40 -07:00
shared feat: add downloadFile to CloudRunner + local OpenClaw config merge (#2636) 2026-03-14 15:47:32 -07:00