Files
openclaw/src
dwc1997 0635a8c1a8 test(runtime): add unit tests for terminal runtime helpers (#96736)
Add unit tests for createNonExitingRuntime and writeRuntimeJson
functions in src/runtime.ts to verify runtime behavior.

Tests cover:
- createNonExitingRuntime returns runtime with exit function
- exit function throws error with code
- writeRuntimeJson writes JSON using writeJson when available
- writeRuntimeJson writes JSON using log when writeJson not available
- uses custom space parameter
- handles zero space parameter
2026-06-28 18:35:56 -07:00
..
2026-06-24 20:32:41 +01:00