From 6623b7f503fba4c853485fb8f42cd789d3276f14 Mon Sep 17 00:00:00 2001 From: Ryan Barlow Date: Sat, 3 Jan 2026 19:33:12 +0000 Subject: [PATCH] update test --- tests/InputHandler.test.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/InputHandler.test.ts b/tests/InputHandler.test.ts index e854cb11a..27ea31878 100644 --- a/tests/InputHandler.test.ts +++ b/tests/InputHandler.test.ts @@ -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, );