test/runtime: align executor specs and bundled cli resolution

This commit is contained in:
ejclaw
2026-04-20 13:33:13 +09:00
parent fc1c377cf1
commit 8fff703f84
10 changed files with 384 additions and 43 deletions

View File

@@ -78,7 +78,9 @@ export interface IpcDeps {
isMain: boolean,
availableGroups: AvailableGroup[],
) => void;
injectInboundMessage?: (payload: InjectInboundMessagePayload) => Promise<void>;
injectInboundMessage?: (
payload: InjectInboundMessagePayload,
) => Promise<void>;
getRoomRuntimeReport?: (args: {
chatJid: string;
sourceGroup: string;