style: apply prettier formatting

This commit is contained in:
ejclaw
2026-04-09 09:41:53 +09:00
parent 1788ddd995
commit e7a7b538b2
2 changed files with 15 additions and 3 deletions

View File

@@ -1831,7 +1831,9 @@ describe('room assignment writes', () => {
agentType: 'codex',
});
expect(getRegisteredGroup('dc:ssot-room', 'claude-code')).toBeUndefined();
expect(getAllRegisteredGroups('claude-code')['dc:ssot-room']).toBeUndefined();
expect(
getAllRegisteredGroups('claude-code')['dc:ssot-room'],
).toBeUndefined();
expect(getRegisteredAgentTypesForJid('dc:ssot-room')).toEqual(['codex']);
});