mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:31:06 +00:00
refactor: split plugin sdk test helpers
This commit is contained in:
@@ -47,6 +47,9 @@ export const pluginSdkDocMetadata = {
|
||||
"plugin-test-contracts": {
|
||||
category: "utilities",
|
||||
},
|
||||
"plugin-test-runtime": {
|
||||
category: "utilities",
|
||||
},
|
||||
"channel-actions": {
|
||||
category: "channel",
|
||||
},
|
||||
@@ -113,6 +116,9 @@ export const pluginSdkDocMetadata = {
|
||||
"provider-test-contracts": {
|
||||
category: "utilities",
|
||||
},
|
||||
"test-env": {
|
||||
category: "utilities",
|
||||
},
|
||||
} as const satisfies Record<string, PluginSdkDocMetadata>;
|
||||
|
||||
export type PluginSdkDocEntrypoint = keyof typeof pluginSdkDocMetadata;
|
||||
|
||||
@@ -112,7 +112,9 @@
|
||||
"channel-test-helpers",
|
||||
"plugin-test-api",
|
||||
"plugin-test-contracts",
|
||||
"plugin-test-runtime",
|
||||
"provider-test-contracts",
|
||||
"test-env",
|
||||
"testing",
|
||||
"temp-path",
|
||||
"logging-core",
|
||||
|
||||
Reference in New Issue
Block a user