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}`,