feat: update desktop workflows and app center
This commit is contained in:
@@ -456,7 +456,7 @@ describe('sanitizeOpenClawConfig', () => {
|
||||
|
||||
const result = await readOpenClawJson();
|
||||
const defaults = (result.agents as Record<string, unknown>).defaults as Record<string, unknown>;
|
||||
expect(defaults.skills).toEqual(['docx', 'pdf', 'pptx', 'xlsx', 'design', 'image-search']);
|
||||
expect(defaults.skills).toEqual(['docx', 'pdf', 'pptx', 'xlsx', 'design', 'image-search', 'web-search']);
|
||||
expect(defaults.heartbeat).toMatchObject({ every: '0m' });
|
||||
|
||||
logSpy.mockRestore();
|
||||
|
||||
Reference in New Issue
Block a user