feat(FN-1844): merge fusion/fn-1844

This commit is contained in:
gsxdsm
2026-04-15 18:38:06 -07:00
parent cf1b36d5da
commit c6ad3da8cc
2 changed files with 4 additions and 1 deletions

View File

@@ -255,6 +255,7 @@ describe("Chat API Routes", () => {
mockSendMessage.mockReset();
mockAgentStoreInit.mockResolvedValue(undefined);
mockAgentStoreGetAgent.mockReset();
mockGetOrCreateProjectStore.mockReset();
// Setup default mocks
mockListSessions.mockReturnValue([]);