| 1 | import { EventEmitter } from "events"; |
| 2 | import { Readable } from "stream"; |
| 3 | import { describe, it, expect, vi, beforeEach, afterEach, spyOn } from "bun:test"; |
| 4 | import { CoderService, compareVersions } from "./coderService"; |
nothing calls this directly
no test coverage detected