feat: update Makelore modules and conversations
This commit is contained in:
@@ -137,7 +137,7 @@ describe('Projects page', () => {
|
||||
updatedAt: '2026-05-12T00:00:00.000Z',
|
||||
lastOpenedAt: '2026-05-12T00:00:00.000Z',
|
||||
};
|
||||
const config = { ...createProjectConfig('standard-development'), initialized: true };
|
||||
const config = { ...createProjectConfig(), initialized: true };
|
||||
hostApiFetchMock
|
||||
.mockResolvedValueOnce({ projects: [project], activeProject: null })
|
||||
.mockResolvedValueOnce({ status: 'valid', config, knowledgeFiles: [] })
|
||||
|
||||
Reference in New Issue
Block a user