Search
Preparing search index...
The search index is not available
@open-rpc/typings
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
jest
MockResultThrow
Interface MockResultThrow
Represents the result of a single call to a mock function with a thrown error.
Hierarchy
MockResultThrow
Index
Properties
type
value
Properties
type
type
:
"throw"
value
value
:
any
Globals
jest
Mock
Result
Throw
type
value
Represents the result of a single call to a mock function with a thrown error.