Update tests to include new control effects

This commit is contained in:
2026-04-14 13:53:27 +02:00
parent f41117cab1
commit ec4fb2624e

View File

@@ -1,8 +1,10 @@
import { describe, expect, it } from "vitest";
import { BoxGeometry, PlaneGeometry } from "three";
import { AnimationClip, BoxGeometry, PlaneGeometry } from "three";
import {
createActorControlTargetRef,
createFollowActorPathControlEffect,
createPlayActorAnimationControlEffect,
createSetActorPresenceControlEffect
} from "../../src/controls/control-surface";
import { createBoxBrush } from "../../src/document/brushes";