runAxEventStoreConformance
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
| Parameter | Type |
|---|---|
createStore | AxEventStoreConformanceFactory |
options | Readonly<{ clock: AxEventClock & object; }> |
Returns
Promise<AxEventStoreConformanceReport>