spawn/packages
A 646faf66e2
test: remove duplicate config_files test in manifest-type-contracts (#2809)
Consolidated two overlapping describe blocks that both iterated over the
same config_files data:

- 'Agent optional field types' had a test checking config_files keys were
  strings with length > 0
- 'Config files structure' had a separate describe checking the same keys
  match a path regex and values are non-null objects

Merged into a single test within 'Agent optional field types' that checks
all constraints: key is string, key is non-empty, key matches path regex
(/[/~./]), and value is a non-null object. Removed the now-redundant
'Config files structure' describe block.

-- qa/dedup-scanner

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
2026-03-19 22:05:41 -07:00
..
cli test: remove duplicate config_files test in manifest-type-contracts (#2809) 2026-03-19 22:05:41 -07:00
shared feat: add downloadFile to CloudRunner + local OpenClaw config merge (#2636) 2026-03-14 15:47:32 -07:00