Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/utils-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
Comunica
Loading...
Represents the result of a single incomplete call to a mock function.