Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/utils-jest
jest
MockResultReturn
Interface MockResultReturn<T>
Represents the result of a single call to a mock function with a return value.
interface
MockResultReturn
<
T
>
{
type
:
"return"
;
value
:
T
;
}
Type Parameters
T
Index
Properties
type
value
Properties
type
type
:
"return"
value
value
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Comunica
Loading...
Represents the result of a single call to a mock function with a return value.