| 1 | import { describe, it, expect, beforeEach, vi } from "vitest"; |
| 2 | import { registerSlotsFunctions, DEFAULT_SLOTS, listPinnedSlots, renderPinnedContext } from "../src/functions/slots.js"; |
| 3 | import { KV } from "../src/state/schema.js"; |
| 4 |
nothing calls this directly
no test coverage detected