Add play and stop animation methods to RuntimeHost and update tests
This commit is contained in:
@@ -292,7 +292,9 @@ describe("RuntimeInteractionSystem", () => {
|
||||
},
|
||||
toggleBrushVisibility: () => {
|
||||
throw new Error("Visibility should not dispatch for this click fixture.");
|
||||
}
|
||||
},
|
||||
playAnimation: () => {},
|
||||
stopAnimation: () => {}
|
||||
});
|
||||
|
||||
expect(dispatches).toEqual(["link-click-teleport:entity-teleport-main:8"]);
|
||||
|
||||
Reference in New Issue
Block a user