From a178760168d648647cc63826addf5ec5fa49b0a3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 09:58:56 +0200 Subject: [PATCH] Remove unused function startDialogue from runtime-control-foundation.test.ts --- tests/domain/runtime-control-foundation.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/domain/runtime-control-foundation.test.ts b/tests/domain/runtime-control-foundation.test.ts index 4b8716c1..32f2a57e 100644 --- a/tests/domain/runtime-control-foundation.test.ts +++ b/tests/domain/runtime-control-foundation.test.ts @@ -400,7 +400,6 @@ describe("runtime control foundation", () => { playSound: () => {}, stopSound: () => {}, startNpcDialogue: () => {}, - startDialogue: () => {}, dispatchControlEffect: (effect, link) => { dispatches.push({ type: `${link.id}:${effect.type}`,