Type alias: ActionMockedExpectation()<Context>
ActionMockedExpectation<Context
>: (context
) => Awaitable
<void
>
Mocked action run expectation to run before returning result.
Type parameters
• Context extends object
= any
Parameters
• context: Context
Returns
Awaitable
<void
>
Source
packages/test/src/types.ts:20