Preparing search index...
The search index is not available
Incremunica
Incremunica
@incremunica/jest
jest
MockResultIncomplete
Interface MockResultIncomplete
Represents the result of a single incomplete call to a mock function.
interface
MockResultIncomplete
{
type
:
"incomplete"
;
value
:
undefined
;
}
Index
Properties
type
value
Properties
type
type
:
"incomplete"
value
value
:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Incremunica
Loading...
Represents the result of a single incomplete call to a mock function.