fix: reconcile governance scaffold follow-up
This commit is contained in:
@@ -93,7 +93,9 @@ describe('isSessionCommandControlMessage', () => {
|
||||
|
||||
it('matches multiline review snapshot output', () => {
|
||||
expect(
|
||||
isSessionCommandControlMessage('Review snapshot updated.\n- Task: task-1'),
|
||||
isSessionCommandControlMessage(
|
||||
'Review snapshot updated.\n- Task: task-1',
|
||||
),
|
||||
).toBe(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user