| 1 | import { beforeEach, describe, expect, it } from "vitest"; |
| 2 | import { InputPromptDraftHandler } from "./InputPromptDraftHandler"; |
| 3 | import { InputPromptDraftStore } from "./InputPromptDraftStore"; |
| 4 |
nothing calls this directly
no test coverage detected