From e3586e16a073d4ba757da1c57022142eaa6942d0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 26 Apr 2026 23:07:49 +0200 Subject: [PATCH] Update runtime interaction tests with additional step parameter --- tests/domain/runtime-interaction-system.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index abf270ee..7a71b19d 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -559,6 +559,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ) ).toEqual({ @@ -585,6 +586,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 0 }, + 2, runtimeScene ) ).toBeNull(); @@ -620,6 +622,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ) ).toEqual({ @@ -877,6 +880,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ); @@ -1189,6 +1193,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ); @@ -1253,6 +1258,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ) ).toBeNull(); @@ -1304,6 +1310,7 @@ describe("RuntimeInteractionSystem", () => { y: 0, z: 1 }, + 2, runtimeScene ) ).toEqual({