| 1 | import { describe, expect, it, mock, afterEach, spyOn } from "bun:test"; |
| 2 | import { EventEmitter } from "events"; |
| 3 | import type { AIService } from "@/node/services/aiService"; |
| 4 | import type { InitStateManager } from "@/node/services/initStateManager"; |
nothing calls this directly
no test coverage detected