Search
Preparing search index...
The search index is not available
@etclabscore/dl-github-releases
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
jest
MockResultReturn
Interface MockResultReturn<T>
Represents the result of a single call to a mock function with a return value.
Type parameters
T
Hierarchy
MockResultReturn
Index
Properties
type
value
Properties
type
type
:
"return"
value
value
:
T
Globals
jest
Mock
Result
Return
type
value
Represents the result of a single call to a mock function with a return value.