style: format tests and helpers
This commit is contained in:
@@ -192,7 +192,11 @@ describe("web session", () => {
|
||||
|
||||
it("rotates creds backup when creds.json is valid JSON", async () => {
|
||||
const credsSuffix = path.join(".clawdbot", "credentials", "creds.json");
|
||||
const backupSuffix = path.join(".clawdbot", "credentials", "creds.json.bak");
|
||||
const backupSuffix = path.join(
|
||||
".clawdbot",
|
||||
"credentials",
|
||||
"creds.json.bak",
|
||||
);
|
||||
|
||||
const copySpy = vi
|
||||
.spyOn(fsSync, "copyFileSync")
|
||||
|
||||
Reference in New Issue
Block a user