Reference
createCellMock
Creates a real reactive cell for tests that need controllable state.
Signature
function createCellMock<T>(initial: T): Cell<T>Reference
Creates a real reactive cell for tests that need controllable state.
function createCellMock<T>(initial: T): Cell<T>