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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-11 17:51:31 +09:00
parent 9faff19b01
commit 522ae81960

View File

@@ -1,3 +1,5 @@
/// <reference types="bun-types" />
import * as fs from "node:fs"
import { afterEach, beforeEach, describe, expect, it, spyOn } from "bun:test"