| 1 | import { afterEach, describe, expect, mock, test } from "bun:test"; |
| 2 | import { EventEmitter } from "events"; |
| 3 | import type { AIService } from "./aiService"; |
| 4 | import type { BackgroundProcessManager } from "./backgroundProcessManager"; |
nothing calls this directly
no test coverage detected