Skip to content

Function: describeMemoryStoreBehavior()

Makaio Framework


Makaio Framework / tools-core/testing / describeMemoryStoreBehavior

describeMemoryStoreBehavior<T>(config): void

Defined in: ../../../tools/core/src/testing/index.ts:63

Registers shared behavioral tests for any MemoryStore subclass.

Call this at the top level of a test file. It creates its own describe block with the provided name.

T

MemoryStoreBehaviorConfig<T>

Test suite configuration

void