From ce5da13fc5073098f26b481cd0f3af179ddb7c00 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 12 May 2026 14:28:32 +0900 Subject: [PATCH] test: add bun types to test setup Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- test-setup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test-setup.ts b/test-setup.ts index 6fbecdd57..4ec3e42eb 100644 --- a/test-setup.ts +++ b/test-setup.ts @@ -1,3 +1,4 @@ +/// import { afterEach, beforeEach, mock } from "bun:test" import { rmSync } from "node:fs" import { _resetForTesting as resetClaudeSessionState } from "./src/features/claude-code-session-state/state"