style: apply prettier formatting

This commit is contained in:
ejclaw
2026-04-09 14:29:49 +09:00
parent a632137198
commit 4f557a3b85

View File

@@ -845,7 +845,9 @@ describe('runAgentForGroup room memory', () => {
};
const outputs: string[] = [];
vi.mocked(db.getLastHumanMessageSender).mockReturnValue('216851709744513024');
vi.mocked(db.getLastHumanMessageSender).mockReturnValue(
'216851709744513024',
);
vi.mocked(
pairedExecutionContext.preparePairedExecutionContext,
).mockReturnValue({
@@ -927,7 +929,9 @@ describe('runAgentForGroup room memory', () => {
};
const outputs: string[] = [];
vi.mocked(db.getLastHumanMessageSender).mockReturnValue('216851709744513024');
vi.mocked(db.getLastHumanMessageSender).mockReturnValue(
'216851709744513024',
);
vi.mocked(
pairedExecutionContext.preparePairedExecutionContext,
).mockReturnValue({