From ae4efd295daabcac7ea19d6f4ed5595ba686435e Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 11 Mar 2026 17:51:31 +0900 Subject: [PATCH] test(config-manager): add bun types reference for bun install test Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/cli/config-manager/bun-install.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/config-manager/bun-install.test.ts b/src/cli/config-manager/bun-install.test.ts index 389df04c6..ab803377b 100644 --- a/src/cli/config-manager/bun-install.test.ts +++ b/src/cli/config-manager/bun-install.test.ts @@ -1,3 +1,5 @@ +/// + import * as fs from "node:fs" import { afterEach, beforeEach, describe, expect, it, spyOn } from "bun:test"