diff --git a/tests/domain/runtime-interaction-system.test.ts b/tests/domain/runtime-interaction-system.test.ts index 55b49621..813887e7 100644 --- a/tests/domain/runtime-interaction-system.test.ts +++ b/tests/domain/runtime-interaction-system.test.ts @@ -186,7 +186,9 @@ describe("RuntimeInteractionSystem", () => { brushId, visible }); - } + }, + playAnimation: () => {}, + stopAnimation: () => {} } ); interactionSystem.updatePlayerPosition( @@ -205,7 +207,9 @@ describe("RuntimeInteractionSystem", () => { brushId, visible }); - } + }, + playAnimation: () => {}, + stopAnimation: () => {} } );