refactor: promote plugin test helpers to sdk

This commit is contained in:
Peter Steinberger
2026-04-28 00:53:58 +01:00
parent 49d069cd94
commit 8057561cee
153 changed files with 496 additions and 291 deletions

View File

@@ -41,6 +41,12 @@ export const pluginSdkDocMetadata = {
"plugin-entry": {
category: "core",
},
"plugin-test-api": {
category: "utilities",
},
"plugin-test-contracts": {
category: "utilities",
},
"channel-actions": {
category: "channel",
},
@@ -53,6 +59,9 @@ export const pluginSdkDocMetadata = {
"channel-contract": {
category: "channel",
},
"channel-contract-testing": {
category: "channel",
},
"channel-pairing": {
category: "channel",
},
@@ -98,6 +107,12 @@ export const pluginSdkDocMetadata = {
testing: {
category: "utilities",
},
"channel-test-helpers": {
category: "utilities",
},
"provider-test-contracts": {
category: "utilities",
},
} as const satisfies Record<string, PluginSdkDocMetadata>;
export type PluginSdkDocEntrypoint = keyof typeof pluginSdkDocMetadata;