Add startDialogue method to runtime control foundation tests

This commit is contained in:
2026-04-14 20:00:28 +02:00
parent aa84bdff22
commit 88eaae6a7d

View File

@@ -386,6 +386,7 @@ describe("runtime control foundation", () => {
stopAnimation: () => {},
playSound: () => {},
stopSound: () => {},
startDialogue: () => {},
dispatchControlEffect: (effect, link) => {
dispatches.push({
type: `${link.id}:${effect.type}`,