Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/utils-jest
jest
MockResultThrow
Interface MockResultThrow
Represents the result of a single call to a mock function with a thrown error.
interface
MockResultThrow
{
type
:
"throw"
;
value
:
any
;
}
Index
Properties
type
value
Properties
type
type
:
"throw"
value
value
:
any
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 thrown error.