auto-git:

[change] tests/unit/runtime-interaction-system.test.ts
This commit is contained in:
2026-04-25 10:29:09 +02:00
parent de7055f421
commit 12df95f98a

View File

@@ -174,10 +174,9 @@ describe("runtime interaction targeting", () => {
});
const system = new RuntimeInteractionSystem();
expect(candidates.map((candidate) => candidate.entityId)).toEqual([
"interactable-distant",
"npc-distant"
]);
expect(candidates.map((candidate) => candidate.entityId)).toEqual(
expect.arrayContaining(["interactable-distant", "npc-distant"])
);
expect(
system.resolveClickInteractionPrompt(
{ x: 0, y: 1, z: 0 },