test: fix mocks for target resolver

This commit is contained in:
Peter Steinberger
2026-01-17 04:40:57 +00:00
parent fcb7c9ff65
commit ee738e6578
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ const mocks = vi.hoisted(() => ({
vi.mock("../../channels/plugins/index.js", () => ({
getChannelPlugin: (...args: unknown[]) => mocks.getChannelPlugin(...args),
normalizeChannelId: (value: string) => value,
}));
describe("resolveMessagingTarget (directory fallback)", () => {