Skip to content

Commit aa935e3

Browse files
committed
fix(test): resolve optional OpenClaw peer in Vitest
1 parent 9755184 commit aa935e3

3 files changed

Lines changed: 1686 additions & 7172 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export function emptyPluginConfigSchema() {
2+
return {
3+
jsonSchema: { type: "object", additionalProperties: false, properties: {} },
4+
parse: (value) => value,
5+
};
6+
}
7+
8+
export function onDiagnosticEvent() {
9+
return () => undefined;
10+
}

0 commit comments

Comments
 (0)