auto-git:

[change] tests/unit/runtime-host.test.ts
This commit is contained in:
2026-04-25 03:59:47 +02:00
parent 9e224a4740
commit c6f2181e2d

View File

@@ -764,6 +764,11 @@ 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();