mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 01:18:40 +02:00
test(cli): default mock skill capabilities for status entry
This commit is contained in:
@@ -24,6 +24,7 @@ function createMockSkill(overrides: Partial<SkillStatusEntry> = {}): SkillStatus
|
||||
disabled: false,
|
||||
blockedByAllowlist: false,
|
||||
eligible: true,
|
||||
capabilities: [],
|
||||
...createEmptyInstallChecks(),
|
||||
...overrides,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user