auto-git:

[change] src/runtime-three/runtime-host.ts
 [change] tests/unit/runtime-host.test.ts
This commit is contained in:
2026-04-25 04:01:16 +02:00
parent c6f2181e2d
commit 6de5116629
2 changed files with 4 additions and 8 deletions

View File

@@ -764,11 +764,6 @@ describe("RuntimeHost", () => {
hostInternals.runtimeScene?.entities.npcs.find(
(candidate) => candidate.entityId === npc.id
) ?? null;
console.log("dialogue debug", {
telemetry: playerTelemetry,
state: hostInternals.dialogueParticipantState,
npc: runtimeNpc
});
expect(canOccupyPlayerShape).toHaveBeenCalled();
expect(playerTelemetry).not.toBeNull();