style: format tests and helpers

This commit is contained in:
Peter Steinberger
2026-01-04 14:57:50 +00:00
parent 557aa74ee8
commit c6b8235862
9 changed files with 28 additions and 15 deletions

View File

@@ -83,7 +83,12 @@ describe("buildStatusMessage", () => {
"./status.js"
);
const storePath = path.join(dir, ".clawdbot", "sessions", "sessions.json");
const storePath = path.join(
dir,
".clawdbot",
"sessions",
"sessions.json",
);
const sessionId = "sess-1";
const logPath = path.join(
dir,