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:
@@ -19,6 +19,7 @@ describe("runCliInstaller", () => {
|
|||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
console.log = originalConsoleLog
|
console.log = originalConsoleLog
|
||||||
console.error = originalConsoleError
|
console.error = originalConsoleError
|
||||||
|
mock.restore()
|
||||||
})
|
})
|
||||||
|
|
||||||
it("blocks installation when OpenCode is below the minimum version", async () => {
|
it("blocks installation when OpenCode is below the minimum version", async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user