diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index dc190e8e..4281ca8a 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from "vitest"; +import { createPlayerStartInputBindings } from "../../src/entities/entity-instances"; import { - createPlayerStartInputBindings, createPlayAnimationInteractionLink, createPlaySoundInteractionLink, createTeleportPlayerInteractionLink,