test: use synthetic program status fixtures

This commit is contained in:
Peter Steinberger
2026-04-21 01:44:03 +01:00
parent 969ca8511d
commit 442da01db4
9 changed files with 20 additions and 20 deletions

View File

@@ -49,9 +49,9 @@ vi.mock("./register.subclis.js", () => ({
const testProgramContext: ProgramContext = {
programVersion: "9.9.9-test",
channelOptions: ["telegram"],
messageChannelOptions: "telegram",
agentChannelOptions: "last|telegram",
channelOptions: ["quietchat"],
messageChannelOptions: "quietchat",
agentChannelOptions: "last|quietchat",
};
describe("configureProgramHelp", () => {