Merge branch 'main' into local-attack

This commit is contained in:
Aotumuri
2026-01-29 12:45:45 +09:00
committed by GitHub
161 changed files with 9232 additions and 2455 deletions
+4
View File
@@ -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");