test(install): restore Bun mocks after installer tests

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-11 21:25:27 +09:00
parent e2f304f1a8
commit 8bc27da0f0
+1
View File
@@ -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 () => {