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/e4219a44b7581a55a40d9dd62d2c281062ff078d/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