From 88eaae6a7d976660a7acb0dd1bd78ba96cf89f5a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 20:00:28 +0200 Subject: [PATCH] Add startDialogue method to runtime control foundation tests --- tests/domain/runtime-control-foundation.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/domain/runtime-control-foundation.test.ts b/tests/domain/runtime-control-foundation.test.ts index 425605b7..a6dd88eb 100644 --- a/tests/domain/runtime-control-foundation.test.ts +++ b/tests/domain/runtime-control-foundation.test.ts @@ -386,6 +386,7 @@ describe("runtime control foundation", () => { stopAnimation: () => {}, playSound: () => {}, stopSound: () => {}, + startDialogue: () => {}, dispatchControlEffect: (effect, link) => { dispatches.push({ type: `${link.id}:${effect.type}`,