Reference

createCellMock

Creates a real reactive cell for tests that need controllable state.

Signature

function createCellMock<T>(initial: T): Cell<T>