diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index e4c6e511..f2868afd 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -1,6 +1,7 @@ import { describe, expect, it } from "vitest"; import { + createEmptyRuntimeControlSurfaceDefinition, createPlayerStartInputBindings, createPlayerStartMovementTemplate } from "../../src/entities/entity-instances";