Skip to content

PURISTA API


PURISTA API / @purista/core / CreateSubscriptionContextMockInput

Type Alias: CreateSubscriptionContextMockInput<TBuilder>

CreateSubscriptionContextMockInput<TBuilder> = object

Defined in: testing/createSubscriptionContextMock.ts:27

Type Parameters

TBuilder

TBuilder extends SubscriptionDefinitionBuilder<any, any>

Properties

message

message: EBMessage

Defined in: testing/createSubscriptionContextMock.ts:28


resources?

optional resources?: Partial<SubscriptionContextMockBuilderTypes<TBuilder>["Resources"]>

Defined in: testing/createSubscriptionContextMock.ts:30


sandbox?

optional sandbox?: SinonSandbox

Defined in: testing/createSubscriptionContextMock.ts:29