| 1 | /* eslint-disable @typescript-eslint/unbound-method */ |
| 2 | import { describe, test, expect, beforeEach, afterEach, mock, spyOn } from "bun:test"; |
| 3 | import type { HistoryService } from "./historyService"; |
| 4 | import type { Config } from "@/node/config"; |
nothing calls this directly
no test coverage detected