refactor: split generic plugin test fixtures

This commit is contained in:
Peter Steinberger
2026-04-28 01:21:29 +01:00
parent e508d81f79
commit 56875c4d32
22 changed files with 105 additions and 51 deletions

View File

@@ -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;

View File

@@ -115,6 +115,7 @@
"plugin-test-runtime",
"provider-test-contracts",
"test-env",
"test-fixtures",
"testing",
"temp-path",
"logging-core",