FakePromiseResult
Signature
export type FakePromiseResult<T> = { then<R>(callback: (arg: Awaited<T>) => R): R;};Properties
0No properties.
Methods
1Methods
then<R>(callback: (arg: Awaited<T>) => R): R;export type FakePromiseResult<T> = { then<R>(callback: (arg: Awaited<T>) => R): R;};No properties.
then<R>(callback: (arg: Awaited<T>) => R): R;