From 8bc27da0f087c306dc55a08ac6e6f86fa140e6d2 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 11 Apr 2026 21:25:27 +0900 Subject: [PATCH] test(install): restore Bun mocks after installer tests Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/cli/cli-installer.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/cli-installer.test.ts b/src/cli/cli-installer.test.ts index 934d18322..38514fcf0 100644 --- a/src/cli/cli-installer.test.ts +++ b/src/cli/cli-installer.test.ts @@ -19,6 +19,7 @@ describe("runCliInstaller", () => { afterEach(() => { console.log = originalConsoleLog console.error = originalConsoleError + mock.restore() }) it("blocks installation when OpenCode is below the minimum version", async () => {