| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import type { ConversationItem, ThreadSummary } from "@/types"; |
| 3 | import { initialState, threadReducer } from "./useThreadsReducer"; |
| 4 | import type { ThreadState } from "./useThreadsReducer"; |
nothing calls this directly
no test coverage detected