runAxEventStoreConformance Generated TypeScript API reference. typescript api api/reference build/apidocs/Function.runAxEventStoreConformance.md function runAxEventStoreConformance

runAxEventStoreConformance

TypeScript
function runAxEventStoreConformance(createStore: AxEventStoreConformanceFactory, options: Readonly<{
  clock: AxEventClock & object;
}>): Promise<AxEventStoreConformanceReport>;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/event/conformance.ts#L31

Runs the normative persistent/multi-worker Ax event-store contract.

Parameters

ParameterType
createStoreAxEventStoreConformanceFactory
optionsReadonly<{ clock: AxEventClock & object; }>

Returns

Promise<AxEventStoreConformanceReport>

Docs