update test

This commit is contained in:
Ryan Barlow
2026-01-03 19:33:12 +00:00
parent 41e5adf1fe
commit 6623b7f503
+6 -1
View File
@@ -34,7 +34,12 @@ describe("InputHandler AutoUpgrade", () => {
eventBus = new EventBus();
inputHandler = new InputHandler(
{ attackRatio: 20, ghostStructure: null, rocketDirectionUp: true },
{
attackRatio: 20,
ghostStructure: null,
rocketDirectionUp: true,
lockedGhostTile: null,
},
mockCanvas,
eventBus,
);