style: format tests and helpers
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user