Function: describeMemoryStoreBehavior()
Makaio Framework / tools-core/testing / describeMemoryStoreBehavior
Function: describeMemoryStoreBehavior()
Section titled “Function: 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.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”config
Section titled “config”Test suite configuration
Returns
Section titled “Returns”void