mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 22:54:01 -06:00
e517d187d2
* test(utils): add unit tests for parseJsonWithJson5Fallback * test(utils): verify JSON.parse fast path with spy, per ClawSweeper review - Add vi.spyOn to prove JSON.parse is called (not JSON5) for strict JSON - Add spy to prove JSON5.parse is called on fallback path - Run full src/utils test suite (263 tests passed)