mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 01:33:29 +00:00
Merge branch 'main' into local-attack
This commit is contained in:
@@ -45,6 +45,10 @@ describe("InputHandler AutoUpgrade", () => {
|
||||
);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
inputHandler.destroy();
|
||||
});
|
||||
|
||||
describe("Middle Mouse Button Handling", () => {
|
||||
test("should emit AutoUpgradeEvent on middle mouse button press", () => {
|
||||
const mockEmit = vi.spyOn(eventBus, "emit");
|
||||
|
||||
Reference in New Issue
Block a user