| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { type IPlatformService, setPlatformService } from "../services/platform"; |
| 3 | import { appendLog, appendStructuredLog, clearLogs, collectLogs } from "./feedback-service"; |
| 4 |
nothing calls this directly
no test coverage detected