style: apply oxfmt

This commit is contained in:
Peter Steinberger
2026-01-19 01:11:42 +00:00
parent 6a4b5fa4b5
commit 99bf65c539
5 changed files with 22 additions and 38 deletions

View File

@@ -361,10 +361,7 @@ describe("agentCommand", () => {
const store = path.join(home, "sessions.json");
mockConfig(home, store);
await agentCommand(
{ message: "hi", to: "+1555", accountId: "kev" },
runtime,
);
await agentCommand({ message: "hi", to: "+1555", accountId: "kev" }, runtime);
const callArgs = vi.mocked(runEmbeddedPiAgent).mock.calls.at(-1)?.[0];
expect(callArgs?.agentAccountId).toBe("kev");