style: apply prettier formatting
This commit is contained in:
@@ -845,7 +845,9 @@ describe('runAgentForGroup room memory', () => {
|
|||||||
};
|
};
|
||||||
const outputs: string[] = [];
|
const outputs: string[] = [];
|
||||||
|
|
||||||
vi.mocked(db.getLastHumanMessageSender).mockReturnValue('216851709744513024');
|
vi.mocked(db.getLastHumanMessageSender).mockReturnValue(
|
||||||
|
'216851709744513024',
|
||||||
|
);
|
||||||
vi.mocked(
|
vi.mocked(
|
||||||
pairedExecutionContext.preparePairedExecutionContext,
|
pairedExecutionContext.preparePairedExecutionContext,
|
||||||
).mockReturnValue({
|
).mockReturnValue({
|
||||||
@@ -927,7 +929,9 @@ describe('runAgentForGroup room memory', () => {
|
|||||||
};
|
};
|
||||||
const outputs: string[] = [];
|
const outputs: string[] = [];
|
||||||
|
|
||||||
vi.mocked(db.getLastHumanMessageSender).mockReturnValue('216851709744513024');
|
vi.mocked(db.getLastHumanMessageSender).mockReturnValue(
|
||||||
|
'216851709744513024',
|
||||||
|
);
|
||||||
vi.mocked(
|
vi.mocked(
|
||||||
pairedExecutionContext.preparePairedExecutionContext,
|
pairedExecutionContext.preparePairedExecutionContext,
|
||||||
).mockReturnValue({
|
).mockReturnValue({
|
||||||
|
|||||||
Reference in New Issue
Block a user