Type alias: ActionMockedPredicate()<Context>
ActionMockedPredicate<
Context
>: (context
) =>Awaitable
<boolean
|void
>
Mocked action run predicate to ensure the right context is intercepted.
Type parameters
• Context extends object
= any
Parameters
• context: Context
Returns
Awaitable
<boolean
| void
>