test: fix mocks for target resolver
This commit is contained in:
@@ -16,8 +16,8 @@ import {
|
|||||||
import { zalouserOnboardingAdapter } from "./onboarding.js";
|
import { zalouserOnboardingAdapter } from "./onboarding.js";
|
||||||
import { sendMessageZalouser } from "./send.js";
|
import { sendMessageZalouser } from "./send.js";
|
||||||
import { checkZcaInstalled, parseJsonOutput, runZca, runZcaInteractive } from "./zca.js";
|
import { checkZcaInstalled, parseJsonOutput, runZca, runZcaInteractive } from "./zca.js";
|
||||||
import {
|
|
||||||
import { missingTargetError } from "../../../src/infra/outbound/target-errors.js";
|
import { missingTargetError } from "../../../src/infra/outbound/target-errors.js";
|
||||||
|
import {
|
||||||
DEFAULT_ACCOUNT_ID,
|
DEFAULT_ACCOUNT_ID,
|
||||||
type CoreConfig,
|
type CoreConfig,
|
||||||
type ZalouserConfig,
|
type ZalouserConfig,
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ const mocks = vi.hoisted(() => ({
|
|||||||
|
|
||||||
vi.mock("../../channels/plugins/index.js", () => ({
|
vi.mock("../../channels/plugins/index.js", () => ({
|
||||||
getChannelPlugin: (...args: unknown[]) => mocks.getChannelPlugin(...args),
|
getChannelPlugin: (...args: unknown[]) => mocks.getChannelPlugin(...args),
|
||||||
|
normalizeChannelId: (value: string) => value,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
describe("resolveMessagingTarget (directory fallback)", () => {
|
describe("resolveMessagingTarget (directory fallback)", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user