| 1 | import { describe, it, expect, vi, beforeEach, afterEach, Mock } from "vitest" |
| 2 | import { Task } from "../../task/Task" |
| 3 | import { ClineProvider } from "../../webview/ClineProvider" |
| 4 | import { checkpointSave, checkpointRestore, checkpointDiff, getCheckpointService } from "../index" |
nothing calls this directly
no test coverage detected