Skip to content

Commit 2430736

Browse files
committed
test(web): update thread workflow mock
1 parent 6f715b6 commit 2430736

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/components/chat/ThreadRelationshipsControl.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vi.mock("@t3tools/client-runtime/state/thread-relationships", () => ({
1515
}));
1616
vi.mock("@t3tools/client-runtime/state/thread-workflows", () => ({
1717
canDetachThreadProviderSession: () => testState.canDetach,
18+
resolveLatestMergeBackRun: () => null,
1819
}));
1920
vi.mock("@tanstack/react-router", () => ({ useNavigate: () => vi.fn() }));
2021
vi.mock("../../lib/archivedThreadsState", () => ({

0 commit comments

Comments
 (0)