TestBackendOptions
Home > @backstage/backend-test-utils > TestBackendOptions
Signature:
export interface TestBackendOptions<TExtensionPoints extends any[]>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
readonly [ ...{ [index in keyof TExtensionPoints]: [ ExtensionPoint<TExtensionPoints[index]>, Partial<TExtensionPoints[index]> ]; } ] |
(Optional) | ||
|
Array<BackendFeature | Promise<{ default: BackendFeature; }>> |
(Optional) |