Reference
createComputedMock
Creates a real computed reactive value for tests.
Signature
function createComputedMock<T>(fn: (): T): ReadonlyCell<T>Reference
Creates a real computed reactive value for tests.
function createComputedMock<T>(fn: (): T): ReadonlyCell<T>