Update tests for new onSetControlStepPathSmooth in ProjectSequencerPane

This commit is contained in:
2026-04-15 11:18:37 +02:00
parent d5b941286c
commit b462b5ae2d

View File

@@ -74,6 +74,7 @@ describe("ProjectSequencerPane", () => {
onSetControlStepPathId={vi.fn()}
onSetControlStepPathSpeed={vi.fn()}
onSetControlStepPathLoop={vi.fn()}
onSetControlStepPathSmooth={vi.fn()}
onSetNpcTalkStepNpcEntityId={vi.fn()}
onSetNpcTalkStepDialogueId={vi.fn()}
onSetTeleportStepTarget={vi.fn()}