MCPcopy
hub / github.com/Dimillian/CodexMonitor / useThreadsReducer.test.ts

File useThreadsReducer.test.ts

src/features/threads/hooks/useThreadsReducer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import type { ConversationItem, ThreadSummary } from "@/types";
3import { initialState, threadReducer } from "./useThreadsReducer";
4import type { ThreadState } from "./useThreadsReducer";

Callers

nothing calls this directly

Calls 1

threadReducerFunction · 0.90

Tested by

no test coverage detected