test: align message runtime mocks with reviewer session flag

This commit is contained in:
ejclaw
2026-04-22 06:50:56 +09:00
parent 2b32b72119
commit fa30124b46
3 changed files with 18 additions and 5 deletions

View File

@@ -124,7 +124,9 @@ describe('message-runtime-prompts carry-forward guidance', () => {
},
});
expect(prompt).toContain('Background from the previous completed paired task:');
expect(prompt).toContain(
'Background from the previous completed paired task:',
);
expect(prompt).toContain('Previous task owner final:');
expect(prompt).toContain('이전 owner 결론');
expect(prompt).toContain('Previous task reviewer final:');
@@ -144,7 +146,9 @@ describe('message-runtime-prompts carry-forward guidance', () => {
},
});
expect(prompt).toContain('Background from the previous completed paired task:');
expect(prompt).toContain(
'Background from the previous completed paired task:',
);
expect(prompt).toContain('Previous task owner final:');
expect(prompt).toContain('Previous task reviewer final:');
expect(prompt).toContain('추가 owner 질문');