fix: update test mocks for voice message flag and CI watcher
- discord.test.ts: add IsVoiceMessage to MessageFlags mock, add flags.has() to message mock - paired-execution-context.test.ts: add hasActiveCiWatcherForChat mock
This commit is contained in:
@@ -13,6 +13,7 @@ vi.mock('./db.js', () => ({
|
||||
getPairedWorkspace: vi.fn(),
|
||||
updatePairedTask: vi.fn(),
|
||||
upsertPairedProject: vi.fn(),
|
||||
hasActiveCiWatcherForChat: vi.fn(() => false),
|
||||
}));
|
||||
|
||||
vi.mock('./paired-workspace-manager.js', () => ({
|
||||
|
||||
Reference in New Issue
Block a user