mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:50:43 +00:00
refactor: split generic plugin test fixtures
This commit is contained in:
@@ -119,6 +119,9 @@ export const pluginSdkDocMetadata = {
|
||||
"test-env": {
|
||||
category: "utilities",
|
||||
},
|
||||
"test-fixtures": {
|
||||
category: "utilities",
|
||||
},
|
||||
} as const satisfies Record<string, PluginSdkDocMetadata>;
|
||||
|
||||
export type PluginSdkDocEntrypoint = keyof typeof pluginSdkDocMetadata;
|
||||
|
||||
@@ -115,6 +115,7 @@
|
||||
"plugin-test-runtime",
|
||||
"provider-test-contracts",
|
||||
"test-env",
|
||||
"test-fixtures",
|
||||
"testing",
|
||||
"temp-path",
|
||||
"logging-core",
|
||||
|
||||
Reference in New Issue
Block a user